Html Css Color HEX #FB0F9B Deep Pink

📋 copy color: '#FB0F9B'

red 251 ◦ green 15 ◦ blue 155

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

Shades of Deep Pink #FB0F9B

Tints of Deep Pink #FB0F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 59.62%
G = 3.56%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB0F9B (or 0xFB0F9B) is known color: Deep Pink. HEX triplet: FB, 0F and 9B. RGB value is (251,15,155). Sum of RGB (Red+Green+Blue) = 251+15+155=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F9B is #04F064. Grayscale: #656565. Windows color (decimal): -323685 or 10162171. OLE color: 10162171.

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

Color convert

RGB 251 15 155 -
CMYK 0 0.94 0.38 0.02
HSL 324.41º 0.97% 0.52% -
HSV(B) 324.41º 0.94% 0.98% -
XYZ 45.87 23.22 33.07 -
YUV 101.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 251 15 155 0 0.94 0.38 0.02 324.41 0.97 0.52
Hex FB F 9B 0 5E 26 2 144 61 34
Octal 373 17 233 0 136 46 2 504 141 64
Binary 11111011 1111 10011011 0 1011110 100110 10 101000100 1100001 110100

Color Harmonies of #FB0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0F9B

Black with #FB0F9B

Text Example


Text Example

White with #FB0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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