Html Css Color HEX #F008B5 Shocking Pink

📋 copy color: '#F008B5'

red 240 ◦ green 8 ◦ blue 181

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

Shades of Shocking Pink #F008B5

Tints of Shocking Pink #F008B5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 55.94%
G = 1.86%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F008B5 (or 0xF008B5) is known color: Shocking Pink. HEX triplet: F0, 08 and B5. RGB value is (240,8,181). Sum of RGB (Red+Green+Blue) = 240+8+181=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F008B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008B5 is #0FF74A. Grayscale: #606060. Windows color (decimal): -1046347 or 11864304. OLE color: 11864304.

HSL color Cylindrical-coordinate representation of color #F008B5: hue angle of 315.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008B5 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 181 -
CMYK 0 0.97 0.25 0.06
HSL 315.26º 0.94% 0.49% -
HSV(B) 315.26º 0.97% 0.94% -
XYZ 44.36 22.04 45.63 -
YUV 97.09 175.36 229.93 -
System Red Green Blue C M Y K H S L
Decimal 240 8 181 0 0.97 0.25 0.06 315.26 0.94 0.49
Hex F0 8 B5 0 61 19 6 13B 5E 31
Octal 360 10 265 0 141 31 6 473 136 61
Binary 11110000 1000 10110101 0 1100001 11001 110 100111011 1011110 110001

Color Harmonies of #F008B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008B5

Black with #F008B5

Text Example


Text Example

White with #F008B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008B5; }

 p { color: rgb(240,8,181); }

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

background-color css

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

 a { background-color: rgb(240,8,181); }

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

border-color css

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

 span { border-color: rgb(240,8,181); }

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