Html Css Color HEX #FB0F74 Deep Pink

📋 copy color: '#FB0F74'

red 251 ◦ green 15 ◦ blue 116

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

Shades of Deep Pink #FB0F74

Tints of Deep Pink #FB0F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

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

R = 65.71%
G = 3.93%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB0F74 (or 0xFB0F74) is known color: Deep Pink. HEX triplet: FB, 0F and 74. RGB value is (251,15,116). Sum of RGB (Red+Green+Blue) = 251+15+116=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0F74 is #04F08B. Grayscale: #606060. Windows color (decimal): -323724 or 7606267. OLE color: 7606267.

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

Color convert

RGB 251 15 116 -
CMYK 0 0.94 0.54 0.02
HSL 334.32º 0.97% 0.52% -
HSV(B) 334.32º 0.94% 0.98% -
XYZ 43.11 22.11 18.52 -
YUV 97.08 138.69 237.79 -
System Red Green Blue C M Y K H S L
Decimal 251 15 116 0 0.94 0.54 0.02 334.32 0.97 0.52
Hex FB F 74 0 5E 36 2 14E 61 34
Octal 373 17 164 0 136 66 2 516 141 64
Binary 11111011 1111 1110100 0 1011110 110110 10 101001110 1100001 110100

Color Harmonies of #FB0F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0F74

Black with #FB0F74

Text Example


Text Example

White with #FB0F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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