Html Css Color HEX #F5217F Deep Pink

📋 copy color: '#F5217F'

red 245 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #F5217F

Tints of Deep Pink #F5217F

RGB

 RED value IS 245 (96.09% from 255) = 60.49%

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

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

R = 60.49%
G = 8.15%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5217F (or 0xF5217F) is known color: Deep Pink. HEX triplet: F5, 21 and 7F. RGB value is (245,33,127). Sum of RGB (Red+Green+Blue) = 245+33+127=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5217F is #0ADE80. Grayscale: #6A6A6A. Windows color (decimal): -712321 or 8331765. OLE color: 8331765.

HSL color Cylindrical-coordinate representation of color #F5217F: hue angle of 333.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5217F is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 33 127 -
CMYK 0 0.87 0.48 0.04
HSL 333.4º 0.91% 0.55% -
HSV(B) 333.4º 0.87% 0.96% -
XYZ 42.03 22.03 22.12 -
YUV 107.1 139.24 226.36 -
System Red Green Blue C M Y K H S L
Decimal 245 33 127 0 0.87 0.48 0.04 333.4 0.91 0.55
Hex F5 21 7F 0 57 30 4 14D 5B 37
Octal 365 41 177 0 127 60 4 515 133 67
Binary 11110101 100001 1111111 0 1010111 110000 100 101001101 1011011 110111

Color Harmonies of #F5217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5217F

Black with #F5217F

Text Example


Text Example

White with #F5217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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