Html Css Color HEX #F018D9 Shocking Pink

📋 copy color: '#F018D9'

red 240 ◦ green 24 ◦ blue 217

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

Shades of Shocking Pink #F018D9

Tints of Shocking Pink #F018D9

RGB

 RED value IS 240 (94.14% from 255) = 49.9%

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

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 49.9%
G = 4.99%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F018D9 (or 0xF018D9) is known color: Shocking Pink. HEX triplet: F0, 18 and D9. RGB value is (240,24,217). Sum of RGB (Red+Green+Blue) = 240+24+217=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F018D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018D9 is #0FE726. Grayscale: #6E6E6E. Windows color (decimal): -1042215 or 14227696. OLE color: 14227696.

HSL color Cylindrical-coordinate representation of color #F018D9: hue angle of 306.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018D9 is Cyan = 0, Magento = 0.9, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 217 -
CMYK 0 0.9 0.10 0.06
HSL 306.39º 0.88% 0.52% -
HSV(B) 306.39º 0.9% 0.94% -
XYZ 48.79 24.19 67.74 -
YUV 110.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 240 24 217 0 0.9 0.10 0.06 306.39 0.88 0.52
Hex F0 18 D9 0 5A A 6 132 58 34
Octal 360 30 331 0 132 12 6 462 130 64
Binary 11110000 11000 11011001 0 1011010 1010 110 100110010 1011000 110100

Color Harmonies of #F018D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018D9

Black with #F018D9

Text Example


Text Example

White with #F018D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018D9; }

 p { color: rgb(240,24,217); }

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

background-color css

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

 a { background-color: rgb(240,24,217); }

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

border-color css

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

 span { border-color: rgb(240,24,217); }

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