Html Css Color HEX #FB0975 Deep Pink

📋 copy color: '#FB0975'

red 251 ◦ green 9 ◦ blue 117

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

Shades of Deep Pink #FB0975

Tints of Deep Pink #FB0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 66.58%
G = 2.39%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0975 (or 0xFB0975) is known color: Deep Pink. HEX triplet: FB, 09 and 75. RGB value is (251,9,117). Sum of RGB (Red+Green+Blue) = 251+9+117=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0975 is #04F68A. Grayscale: #5D5D5D. Windows color (decimal): -325259 or 7670267. OLE color: 7670267.

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

Color convert

RGB 251 9 117 -
CMYK 0 0.96 0.53 0.02
HSL 333.22º 0.97% 0.51% -
HSV(B) 333.22º 0.96% 0.98% -
XYZ 43.09 21.99 18.8 -
YUV 93.67 141.17 240.22 -
System Red Green Blue C M Y K H S L
Decimal 251 9 117 0 0.96 0.53 0.02 333.22 0.97 0.51
Hex FB 9 75 0 60 35 2 14D 61 33
Octal 373 11 165 0 140 65 2 515 141 63
Binary 11111011 1001 1110101 0 1100000 110101 10 101001101 1100001 110011

Color Harmonies of #FB0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0975

Black with #FB0975

Text Example


Text Example

White with #FB0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0975; }

 p { color: rgb(251,9,117); }

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

background-color css

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

 a { background-color: rgb(251,9,117); }

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

border-color css

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

 span { border-color: rgb(251,9,117); }

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