Html Css Color HEX #FB0974 Deep Pink

📋 copy color: '#FB0974'

red 251 ◦ green 9 ◦ blue 116

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

Shades of Deep Pink #FB0974

Tints of Deep Pink #FB0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 66.76%
G = 2.39%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB0974 (or 0xFB0974) is known color: Deep Pink. HEX triplet: FB, 09 and 74. RGB value is (251,9,116). Sum of RGB (Red+Green+Blue) = 251+9+116=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0974 is #04F68B. Grayscale: #5D5D5D. Windows color (decimal): -325260 or 7604731. OLE color: 7604731.

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

Color convert

RGB 251 9 116 -
CMYK 0 0.96 0.54 0.02
HSL 333.47º 0.97% 0.51% -
HSV(B) 333.47º 0.96% 0.98% -
XYZ 43.03 21.97 18.49 -
YUV 93.56 140.67 240.3 -
System Red Green Blue C M Y K H S L
Decimal 251 9 116 0 0.96 0.54 0.02 333.47 0.97 0.51
Hex FB 9 74 0 60 36 2 14D 61 33
Octal 373 11 164 0 140 66 2 515 141 63
Binary 11111011 1001 1110100 0 1100000 110110 10 101001101 1100001 110011

Color Harmonies of #FB0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0974

Black with #FB0974

Text Example


Text Example

White with #FB0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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