Html Css Color HEX #F214CC Shocking Pink

📋 copy color: '#F214CC'

red 242 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #F214CC

Tints of Shocking Pink #F214CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.29%

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

R = 51.93%
G = 4.29%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F214CC (or 0xF214CC) is known color: Shocking Pink. HEX triplet: F2, 14 and CC. RGB value is (242,20,204). Sum of RGB (Red+Green+Blue) = 242+20+204=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F214CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214CC is #0DEB33. Grayscale: #6A6A6A. Windows color (decimal): -912180 or 13374706. OLE color: 13374706.

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

Color convert

RGB 242 20 204 -
CMYK 0 0.92 0.16 0.05
HSL 310.27º 0.9% 0.51% -
HSV(B) 310.27º 0.92% 0.95% -
XYZ 47.77 23.74 59.19 -
YUV 107.35 182.55 224.04 -
System Red Green Blue C M Y K H S L
Decimal 242 20 204 0 0.92 0.16 0.05 310.27 0.9 0.51
Hex F2 14 CC 0 5C 10 5 136 5A 33
Octal 362 24 314 0 134 20 5 466 132 63
Binary 11110010 10100 11001100 0 1011100 10000 101 100110110 1011010 110011

Color Harmonies of #F214CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214CC

Black with #F214CC

Text Example


Text Example

White with #F214CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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