Html Css Color HEX #FF08B4 Shocking Pink

📋 copy color: '#FF08B4'

red 255 ◦ green 8 ◦ blue 180

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

Shades of Shocking Pink #FF08B4

Tints of Shocking Pink #FF08B4

RGB

 RED value IS 255 (100% from 255) = 57.56%

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 57.56%
G = 1.81%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF08B4 (or 0xFF08B4) is known color: Shocking Pink. HEX triplet: FF, 08 and B4. RGB value is (255,8,180). Sum of RGB (Red+Green+Blue) = 255+8+180=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08B4 is #00F74B. Grayscale: #656565. Windows color (decimal): -63308 or 11798783. OLE color: 11798783.

HSL color Cylindrical-coordinate representation of color #FF08B4: hue angle of 318.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08B4 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 8 180 -
CMYK 0 0.97 0.29 0
HSL 318.22º 1% 0.52% -
HSV(B) 318.22º 0.97% 1% -
XYZ 49.57 24.73 45.34 -
YUV 101.46 172.33 237.51 -
System Red Green Blue C M Y K H S L
Decimal 255 8 180 0 0.97 0.29 0 318.22 1 0.52
Hex FF 8 B4 0 61 1D 0 13E 64 34
Octal 377 10 264 0 141 35 0 476 144 64
Binary 11111111 1000 10110100 0 1100001 11101 0 100111110 1100100 110100

Color Harmonies of #FF08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF08B4

Black with #FF08B4

Text Example


Text Example

White with #FF08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF08B4; }

 p { color: rgb(255,8,180); }

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

background-color css

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

 a { background-color: rgb(255,8,180); }

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

border-color css

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

 span { border-color: rgb(255,8,180); }

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