Html Css Color HEX #F218D6 Shocking Pink

📋 copy color: '#F218D6'

red 242 ◦ green 24 ◦ blue 214

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

Shades of Shocking Pink #F218D6

Tints of Shocking Pink #F218D6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5%

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 50.42%
G = 5%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F218D6 (or 0xF218D6) is known color: Shocking Pink. HEX triplet: F2, 18 and D6. RGB value is (242,24,214). Sum of RGB (Red+Green+Blue) = 242+24+214=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F218D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218D6 is #0DE729. Grayscale: #6E6E6E. Windows color (decimal): -911146 or 14031090. OLE color: 14031090.

HSL color Cylindrical-coordinate representation of color #F218D6: hue angle of 307.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218D6 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 214 -
CMYK 0 0.90 0.12 0.05
HSL 307.71º 0.89% 0.52% -
HSV(B) 307.71º 0.9% 0.95% -
XYZ 49.08 24.39 65.74 -
YUV 110.84 186.22 221.55 -
System Red Green Blue C M Y K H S L
Decimal 242 24 214 0 0.90 0.12 0.05 307.71 0.89 0.52
Hex F2 18 D6 0 5A C 5 134 59 34
Octal 362 30 326 0 132 14 5 464 131 64
Binary 11110010 11000 11010110 0 1011010 1100 101 100110100 1011001 110100

Color Harmonies of #F218D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F218D6

Black with #F218D6

Text Example


Text Example

White with #F218D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F218D6; }

 p { color: rgb(242,24,214); }

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

background-color css

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

 a { background-color: rgb(242,24,214); }

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

border-color css

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

 span { border-color: rgb(242,24,214); }

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