Html Css Color HEX #FB217C Deep Pink

📋 copy color: '#FB217C'

red 251 ◦ green 33 ◦ blue 124

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

Shades of Deep Pink #FB217C

Tints of Deep Pink #FB217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.09%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 61.52%
G = 8.09%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB217C (or 0xFB217C) is known color: Deep Pink. HEX triplet: FB, 21 and 7C. RGB value is (251,33,124). Sum of RGB (Red+Green+Blue) = 251+33+124=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB217C is #04DE83. Grayscale: #6C6C6C. Windows color (decimal): -319108 or 8135163. OLE color: 8135163.

HSL color Cylindrical-coordinate representation of color #FB217C: hue angle of 334.95º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB217C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 33 124 -
CMYK 0 0.87 0.51 0.02
HSL 334.95º 0.96% 0.56% -
HSV(B) 334.95º 0.87% 0.98% -
XYZ 43.97 23.05 21.2 -
YUV 108.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 251 33 124 0 0.87 0.51 0.02 334.95 0.96 0.56
Hex FB 21 7C 0 57 33 2 14F 60 38
Octal 373 41 174 0 127 63 2 517 140 70
Binary 11111011 100001 1111100 0 1010111 110011 10 101001111 1100000 111000

Color Harmonies of #FB217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB217C

Black with #FB217C

Text Example


Text Example

White with #FB217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB217C; }

 p { color: rgb(251,33,124); }

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

background-color css

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

 a { background-color: rgb(251,33,124); }

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

border-color css

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

 span { border-color: rgb(251,33,124); }

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