Html Css Color HEX #FB1C7D Deep Pink

📋 copy color: '#FB1C7D'

red 251 ◦ green 28 ◦ blue 125

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

Shades of Deep Pink #FB1C7D

Tints of Deep Pink #FB1C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 62.13%
G = 6.93%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB1C7D (or 0xFB1C7D) is known color: Deep Pink. HEX triplet: FB, 1C and 7D. RGB value is (251,28,125). Sum of RGB (Red+Green+Blue) = 251+28+125=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C7D is #04E382. Grayscale: #696969. Windows color (decimal): -320387 or 8199419. OLE color: 8199419.

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

Color convert

RGB 251 28 125 -
CMYK 0 0.89 0.50 0.02
HSL 333.9º 0.97% 0.55% -
HSV(B) 333.9º 0.89% 0.98% -
XYZ 43.9 22.82 21.49 -
YUV 105.74 138.88 231.61 -
System Red Green Blue C M Y K H S L
Decimal 251 28 125 0 0.89 0.50 0.02 333.9 0.97 0.55
Hex FB 1C 7D 0 59 32 2 14E 61 37
Octal 373 34 175 0 131 62 2 516 141 67
Binary 11111011 11100 1111101 0 1011001 110010 10 101001110 1100001 110111

Color Harmonies of #FB1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C7D

Black with #FB1C7D

Text Example


Text Example

White with #FB1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C7D; }

 p { color: rgb(251,28,125); }

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

background-color css

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

 a { background-color: rgb(251,28,125); }

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

border-color css

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

 span { border-color: rgb(251,28,125); }

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