Html Css Color HEX #FB0175 Deep Pink

📋 copy color: '#FB0175'

red 251 ◦ green 1 ◦ blue 117

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

Shades of Deep Pink #FB0175

Tints of Deep Pink #FB0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 68.02%
G = 0.27%
B = 31.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0175 (or 0xFB0175) is known color: Deep Pink. HEX triplet: FB, 01 and 75. RGB value is (251,1,117). Sum of RGB (Red+Green+Blue) = 251+1+117=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0175 is #04FE8A. Grayscale: #585858. Windows color (decimal): -327307 or 7668219. OLE color: 7668219.

HSL color Cylindrical-coordinate representation of color #FB0175: hue angle of 332.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0175 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 117 -
CMYK 0 1.00 0.53 0.02
HSL 332.16º 0.99% 0.49% -
HSV(B) 332.16º 1% 0.98% -
XYZ 43.01 21.82 18.77 -
YUV 88.97 143.83 243.57 -
System Red Green Blue C M Y K H S L
Decimal 251 1 117 0 1.00 0.53 0.02 332.16 0.99 0.49
Hex FB 1 75 0 64 35 2 14C 63 31
Octal 373 1 165 0 144 65 2 514 143 61
Binary 11111011 1 1110101 0 1100100 110101 10 101001100 1100011 110001

Color Harmonies of #FB0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0175

Black with #FB0175

Text Example


Text Example

White with #FB0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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