Html Css Color HEX #FF217F Deep Pink

📋 copy color: '#FF217F'

red 255 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #FF217F

Tints of Deep Pink #FF217F

RGB

 RED value IS 255 (100% from 255) = 61.45%

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

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

R = 61.45%
G = 7.95%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF217F (or 0xFF217F) is known color: Deep Pink. HEX triplet: FF, 21 and 7F. RGB value is (255,33,127). Sum of RGB (Red+Green+Blue) = 255+33+127=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217F is #00DE80. Grayscale: #6D6D6D. Windows color (decimal): -56961 or 8331775. OLE color: 8331775.

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

Color convert

RGB 255 33 127 -
CMYK 0 0.87 0.50 0
HSL 334.59º 1% 0.56% -
HSV(B) 334.59º 0.87% 1% -
XYZ 45.61 23.88 22.28 -
YUV 110.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 255 33 127 0 0.87 0.50 0 334.59 1 0.56
Hex FF 21 7F 0 57 32 0 14F 64 38
Octal 377 41 177 0 127 62 0 517 144 70
Binary 11111111 100001 1111111 0 1010111 110010 0 101001111 1100100 111000

Color Harmonies of #FF217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF217F

Black with #FF217F

Text Example


Text Example

White with #FF217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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