Html Css Color HEX #F214C6 Shocking Pink

📋 copy color: '#F214C6'

red 242 ◦ green 20 ◦ blue 198

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

Shades of Shocking Pink #F214C6

Tints of Shocking Pink #F214C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 52.61%
G = 4.35%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F214C6 (or 0xF214C6) is known color: Shocking Pink. HEX triplet: F2, 14 and C6. RGB value is (242,20,198). Sum of RGB (Red+Green+Blue) = 242+20+198=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F214C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214C6 is #0DEB39. Grayscale: #6A6A6A. Windows color (decimal): -912186 or 12981490. OLE color: 12981490.

HSL color Cylindrical-coordinate representation of color #F214C6: hue angle of 311.89º 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 #F214C6 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 198 -
CMYK 0 0.92 0.18 0.05
HSL 311.89º 0.9% 0.51% -
HSV(B) 311.89º 0.92% 0.95% -
XYZ 47.06 23.45 55.47 -
YUV 106.67 179.55 224.53 -
System Red Green Blue C M Y K H S L
Decimal 242 20 198 0 0.92 0.18 0.05 311.89 0.9 0.51
Hex F2 14 C6 0 5C 12 5 138 5A 33
Octal 362 24 306 0 134 22 5 470 132 63
Binary 11110010 10100 11000110 0 1011100 10010 101 100111000 1011010 110011

Color Harmonies of #F214C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214C6

Black with #F214C6

Text Example


Text Example

White with #F214C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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