Html Css Color HEX #F01AD8 Shocking Pink

📋 copy color: '#F01AD8'

red 240 ◦ green 26 ◦ blue 216

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

Shades of Shocking Pink #F01AD8

Tints of Shocking Pink #F01AD8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.39%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 49.79%
G = 5.39%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F01AD8 (or 0xF01AD8) is known color: Shocking Pink. HEX triplet: F0, 1A and D8. RGB value is (240,26,216). Sum of RGB (Red+Green+Blue) = 240+26+216=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AD8 is #0FE527. Grayscale: #6F6F6F. Windows color (decimal): -1041704 or 14162672. OLE color: 14162672.

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

Color convert

RGB 240 26 216 -
CMYK 0 0.89 0.1 0.06
HSL 306.73º 0.88% 0.52% -
HSV(B) 306.73º 0.89% 0.94% -
XYZ 48.7 24.22 67.07 -
YUV 111.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 240 26 216 0 0.89 0.1 0.06 306.73 0.88 0.52
Hex F0 1A D8 0 59 A 6 133 58 34
Octal 360 32 330 0 131 12 6 463 130 64
Binary 11110000 11010 11011000 0 1011001 1010 110 100110011 1011000 110100

Color Harmonies of #F01AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AD8

Black with #F01AD8

Text Example


Text Example

White with #F01AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AD8; }

 p { color: rgb(240,26,216); }

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

background-color css

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

 a { background-color: rgb(240,26,216); }

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

border-color css

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

 span { border-color: rgb(240,26,216); }

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