Html Css Color HEX #FB1275 Deep Pink

📋 copy color: '#FB1275'

red 251 ◦ green 18 ◦ blue 117

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

Shades of Deep Pink #FB1275

Tints of Deep Pink #FB1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 65.03%
G = 4.66%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB1275 (or 0xFB1275) is known color: Deep Pink. HEX triplet: FB, 12 and 75. RGB value is (251,18,117). Sum of RGB (Red+Green+Blue) = 251+18+117=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1275 is #04ED8A. Grayscale: #626262. Windows color (decimal): -322955 or 7672571. OLE color: 7672571.

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

Color convert

RGB 251 18 117 -
CMYK 0 0.93 0.53 0.02
HSL 334.51º 0.97% 0.53% -
HSV(B) 334.51º 0.93% 0.98% -
XYZ 43.21 22.23 18.84 -
YUV 98.95 138.19 236.45 -
System Red Green Blue C M Y K H S L
Decimal 251 18 117 0 0.93 0.53 0.02 334.51 0.97 0.53
Hex FB 12 75 0 5D 35 2 14F 61 35
Octal 373 22 165 0 135 65 2 517 141 65
Binary 11111011 10010 1110101 0 1011101 110101 10 101001111 1100001 110101

Color Harmonies of #FB1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1275

Black with #FB1275

Text Example


Text Example

White with #FB1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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