Html Css Color HEX #FB217F Deep Pink

📋 copy color: '#FB217F'

red 251 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #FB217F

Tints of Deep Pink #FB217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 61.07%
G = 8.03%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB217F (or 0xFB217F) is known color: Deep Pink. HEX triplet: FB, 21 and 7F. RGB value is (251,33,127). Sum of RGB (Red+Green+Blue) = 251+33+127=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB217F is #04DE80. Grayscale: #6C6C6C. Windows color (decimal): -319105 or 8331771. OLE color: 8331771.

HSL color Cylindrical-coordinate representation of color #FB217F: hue angle of 334.13º 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 #FB217F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 33 127 -
CMYK 0 0.87 0.49 0.02
HSL 334.13º 0.96% 0.56% -
HSV(B) 334.13º 0.87% 0.98% -
XYZ 44.16 23.13 22.22 -
YUV 108.9 138.22 229.36 -
System Red Green Blue C M Y K H S L
Decimal 251 33 127 0 0.87 0.49 0.02 334.13 0.96 0.56
Hex FB 21 7F 0 57 31 2 14E 60 38
Octal 373 41 177 0 127 61 2 516 140 70
Binary 11111011 100001 1111111 0 1010111 110001 10 101001110 1100000 111000

Color Harmonies of #FB217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB217F

Black with #FB217F

Text Example


Text Example

White with #FB217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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