Html Css Color HEX #FB0375 Deep Pink

📋 copy color: '#FB0375'

red 251 ◦ green 3 ◦ blue 117

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

Shades of Deep Pink #FB0375

Tints of Deep Pink #FB0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 67.65%
G = 0.81%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB0375 (or 0xFB0375) is known color: Deep Pink. HEX triplet: FB, 03 and 75. RGB value is (251,3,117). Sum of RGB (Red+Green+Blue) = 251+3+117=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0375 is #04FC8A. Grayscale: #595959. Windows color (decimal): -326795 or 7668731. OLE color: 7668731.

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

Color convert

RGB 251 3 117 -
CMYK 0 0.99 0.53 0.02
HSL 332.42º 0.98% 0.5% -
HSV(B) 332.42º 0.99% 0.98% -
XYZ 43.03 21.86 18.78 -
YUV 90.15 143.16 242.73 -
System Red Green Blue C M Y K H S L
Decimal 251 3 117 0 0.99 0.53 0.02 332.42 0.98 0.5
Hex FB 3 75 0 63 35 2 14C 62 32
Octal 373 3 165 0 143 65 2 514 142 62
Binary 11111011 11 1110101 0 1100011 110101 10 101001100 1100010 110010

Color Harmonies of #FB0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0375

Black with #FB0375

Text Example


Text Example

White with #FB0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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