Html Css Color HEX #FB0F98 Deep Pink

📋 copy color: '#FB0F98'

red 251 ◦ green 15 ◦ blue 152

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

Shades of Deep Pink #FB0F98

Tints of Deep Pink #FB0F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 60.05%
G = 3.59%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB0F98 (or 0xFB0F98) is known color: Deep Pink. HEX triplet: FB, 0F and 98. RGB value is (251,15,152). Sum of RGB (Red+Green+Blue) = 251+15+152=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F98 is #04F067. Grayscale: #646464. Windows color (decimal): -323688 or 9965563. OLE color: 9965563.

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

Color convert

RGB 251 15 152 -
CMYK 0 0.94 0.39 0.02
HSL 325.17º 0.97% 0.52% -
HSV(B) 325.17º 0.94% 0.98% -
XYZ 45.62 23.12 31.76 -
YUV 101.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 251 15 152 0 0.94 0.39 0.02 325.17 0.97 0.52
Hex FB F 98 0 5E 27 2 145 61 34
Octal 373 17 230 0 136 47 2 505 141 64
Binary 11111011 1111 10011000 0 1011110 100111 10 101000101 1100001 110100

Color Harmonies of #FB0F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0F98

Black with #FB0F98

Text Example


Text Example

White with #FB0F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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