Html Css Color HEX #F01AB8 Shocking Pink

📋 copy color: '#F01AB8'

red 240 ◦ green 26 ◦ blue 184

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

Shades of Shocking Pink #F01AB8

Tints of Shocking Pink #F01AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 53.33%
G = 5.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F01AB8 (or 0xF01AB8) is known color: Shocking Pink. HEX triplet: F0, 1A and B8. RGB value is (240,26,184). Sum of RGB (Red+Green+Blue) = 240+26+184=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AB8 is #0FE547. Grayscale: #6B6B6B. Windows color (decimal): -1041736 or 12065520. OLE color: 12065520.

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

Color convert

RGB 240 26 184 -
CMYK 0 0.89 0.23 0.06
HSL 315.7º 0.88% 0.52% -
HSV(B) 315.7º 0.89% 0.94% -
XYZ 44.96 22.72 47.36 -
YUV 108 170.9 222.15 -
System Red Green Blue C M Y K H S L
Decimal 240 26 184 0 0.89 0.23 0.06 315.7 0.88 0.52
Hex F0 1A B8 0 59 17 6 13C 58 34
Octal 360 32 270 0 131 27 6 474 130 64
Binary 11110000 11010 10111000 0 1011001 10111 110 100111100 1011000 110100

Color Harmonies of #F01AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AB8

Black with #F01AB8

Text Example


Text Example

White with #F01AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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