Html Css Color HEX #FB0B7B Deep Pink

📋 copy color: '#FB0B7B'

red 251 ◦ green 11 ◦ blue 123

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

Shades of Deep Pink #FB0B7B

Tints of Deep Pink #FB0B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 65.19%
G = 2.86%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB0B7B (or 0xFB0B7B) is known color: Deep Pink. HEX triplet: FB, 0B and 7B. RGB value is (251,11,123). Sum of RGB (Red+Green+Blue) = 251+11+123=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B7B is #04F484. Grayscale: #5F5F5F. Windows color (decimal): -324741 or 8063995. OLE color: 8063995.

HSL color Cylindrical-coordinate representation of color #FB0B7B: hue angle of 332º 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 #FB0B7B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 11 123 -
CMYK 0 0.96 0.51 0.02
HSL 332º 0.97% 0.51% -
HSV(B) 332º 0.96% 0.98% -
XYZ 43.48 22.18 20.73 -
YUV 95.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 251 11 123 0 0.96 0.51 0.02 332 0.97 0.51
Hex FB B 7B 0 60 33 2 14C 61 33
Octal 373 13 173 0 140 63 2 514 141 63
Binary 11111011 1011 1111011 0 1100000 110011 10 101001100 1100001 110011

Color Harmonies of #FB0B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0B7B

Black with #FB0B7B

Text Example


Text Example

White with #FB0B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0B7B; }

 p { color: rgb(251,11,123); }

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

background-color css

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

 a { background-color: rgb(251,11,123); }

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

border-color css

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

 span { border-color: rgb(251,11,123); }

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