Html Css Color HEX #F21FCC Shocking Pink

📋 copy color: '#F21FCC'

red 242 ◦ green 31 ◦ blue 204

#F21FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F21FCC

Tints of Shocking Pink #F21FCC

RGB

 RED value IS 242 (94.92% from 255) = 50.73%

 GREEN value IS 31 (12.5% from 255) = 6.5%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 50.73%
G = 6.5%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21FCC (or 0xF21FCC) is known color: Shocking Pink. HEX triplet: F2, 1F and CC. RGB value is (242,31,204). Sum of RGB (Red+Green+Blue) = 242+31+204=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FCC is #0DE033. Grayscale: #717171. Windows color (decimal): -909364 or 13377522. OLE color: 13377522.

HSL color Cylindrical-coordinate representation of color #F21FCC: hue angle of 310.81º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FCC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 204 -
CMYK 0 0.87 0.16 0.05
HSL 310.81º 0.89% 0.54% -
HSV(B) 310.81º 0.87% 0.95% -
XYZ 48.01 24.22 59.27 -
YUV 113.81 178.9 219.43 -
System Red Green Blue C M Y K H S L
Decimal 242 31 204 0 0.87 0.16 0.05 310.81 0.89 0.54
Hex F2 1F CC 0 57 10 5 137 59 36
Octal 362 37 314 0 127 20 5 467 131 66
Binary 11110010 11111 11001100 0 1010111 10000 101 100110111 1011001 110110

Color Harmonies of #F21FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FCC

Black with #F21FCC

Text Example


Text Example

White with #F21FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FCC; }

 p { color: rgb(242,31,204); }

 H1.HeaderClassName
 {
   color: #F21FCC;
 }
 .AnyTagClassName
 {
   color: #F21FCC;
 }
</style>

background-color css

<style>
 a { background-color: #F21FCC; }

 a { background-color: rgb(242,31,204); }

 div.DivClassName
 {
   background-color: #F21FCC;
 }
 .BgClassName
 {
   background-color: #F21FCC;
 }
</style>

border-color css

<style>
 span { border-color: #F21FCC; }

 span { border-color: rgb(242,31,204); }

 td.TdClassName
 {
   border-color: #F21FCC;
 }
 .TagClassName
 {
   border-color: #F21FCC;
 }
</style>