Html Css Color HEX #F018DA Shocking Pink

📋 copy color: '#F018DA'

red 240 ◦ green 24 ◦ blue 218

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

Shades of Shocking Pink #F018DA

Tints of Shocking Pink #F018DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 49.79%
G = 4.98%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F018DA (or 0xF018DA) is known color: Shocking Pink. HEX triplet: F0, 18 and DA. RGB value is (240,24,218). Sum of RGB (Red+Green+Blue) = 240+24+218=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F018DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018DA is #0FE725. Grayscale: #6E6E6E. Windows color (decimal): -1042214 or 14293232. OLE color: 14293232.

HSL color Cylindrical-coordinate representation of color #F018DA: hue angle of 306.11º 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 #F018DA is Cyan = 0, Magento = 0.9, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 218 -
CMYK 0 0.9 0.09 0.06
HSL 306.11º 0.88% 0.52% -
HSV(B) 306.11º 0.9% 0.94% -
XYZ 48.92 24.24 68.43 -
YUV 110.7 188.56 220.23 -
System Red Green Blue C M Y K H S L
Decimal 240 24 218 0 0.9 0.09 0.06 306.11 0.88 0.52
Hex F0 18 DA 0 5A 9 6 132 58 34
Octal 360 30 332 0 132 11 6 462 130 64
Binary 11110000 11000 11011010 0 1011010 1001 110 100110010 1011000 110100

Color Harmonies of #F018DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018DA

Black with #F018DA

Text Example


Text Example

White with #F018DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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