Html Css Color HEX #FB0AB4 Shocking Pink

📋 copy color: '#FB0AB4'

red 251 ◦ green 10 ◦ blue 180

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

Shades of Shocking Pink #FB0AB4

Tints of Shocking Pink #FB0AB4

RGB

 RED value IS 251 (98.44% from 255) = 56.92%

 GREEN value IS 10 (4.3% from 255) = 2.27%

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

R = 56.92%
G = 2.27%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB0AB4 (or 0xFB0AB4) is known color: Shocking Pink. HEX triplet: FB, 0A and B4. RGB value is (251,10,180). Sum of RGB (Red+Green+Blue) = 251+10+180=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AB4 is #04F54B. Grayscale: #656565. Windows color (decimal): -324940 or 11799291. OLE color: 11799291.

HSL color Cylindrical-coordinate representation of color #FB0AB4: hue angle of 317.68º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 180 -
CMYK 0 0.96 0.28 0.02
HSL 317.68º 0.97% 0.51% -
HSV(B) 317.68º 0.96% 0.98% -
XYZ 48.13 24.02 45.28 -
YUV 101.44 172.34 234.68 -
System Red Green Blue C M Y K H S L
Decimal 251 10 180 0 0.96 0.28 0.02 317.68 0.97 0.51
Hex FB A B4 0 60 1C 2 13E 61 33
Octal 373 12 264 0 140 34 2 476 141 63
Binary 11111011 1010 10110100 0 1100000 11100 10 100111110 1100001 110011

Color Harmonies of #FB0AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0AB4

Black with #FB0AB4

Text Example


Text Example

White with #FB0AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0AB4; }

 p { color: rgb(251,10,180); }

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

background-color css

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

 a { background-color: rgb(251,10,180); }

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

border-color css

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

 span { border-color: rgb(251,10,180); }

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