Html Css Color HEX #FB1575 Deep Pink

📋 copy color: '#FB1575'

red 251 ◦ green 21 ◦ blue 117

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

Shades of Deep Pink #FB1575

Tints of Deep Pink #FB1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 64.52%
G = 5.4%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1575 (or 0xFB1575) is known color: Deep Pink. HEX triplet: FB, 15 and 75. RGB value is (251,21,117). Sum of RGB (Red+Green+Blue) = 251+21+117=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1575 is #04EA8A. Grayscale: #646464. Windows color (decimal): -322187 or 7673339. OLE color: 7673339.

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

Color convert

RGB 251 21 117 -
CMYK 0 0.92 0.53 0.02
HSL 334.96º 0.97% 0.53% -
HSV(B) 334.96º 0.92% 0.98% -
XYZ 43.26 22.33 18.86 -
YUV 100.71 137.2 235.19 -
System Red Green Blue C M Y K H S L
Decimal 251 21 117 0 0.92 0.53 0.02 334.96 0.97 0.53
Hex FB 15 75 0 5C 35 2 14F 61 35
Octal 373 25 165 0 134 65 2 517 141 65
Binary 11111011 10101 1110101 0 1011100 110101 10 101001111 1100001 110101

Color Harmonies of #FB1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1575

Black with #FB1575

Text Example


Text Example

White with #FB1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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