Html Css Color HEX #F5207F Deep Pink

📋 copy color: '#F5207F'

red 245 ◦ green 32 ◦ blue 127

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

Shades of Deep Pink #F5207F

Tints of Deep Pink #F5207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

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

R = 60.64%
G = 7.92%
B = 31.44%

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

#F5207F (or 0xF5207F) is known color: Deep Pink. HEX triplet: F5, 20 and 7F. RGB value is (245,32,127). Sum of RGB (Red+Green+Blue) = 245+32+127=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5207F is #0ADF80. Grayscale: #6A6A6A. Windows color (decimal): -712577 or 8331509. OLE color: 8331509.

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

Color convert

RGB 245 32 127 -
CMYK 0 0.87 0.48 0.04
HSL 333.24º 0.91% 0.54% -
HSV(B) 333.24º 0.87% 0.96% -
XYZ 42 21.98 22.11 -
YUV 106.52 139.57 226.78 -
System Red Green Blue C M Y K H S L
Decimal 245 32 127 0 0.87 0.48 0.04 333.24 0.91 0.54
Hex F5 20 7F 0 57 30 4 14D 5B 36
Octal 365 40 177 0 127 60 4 515 133 66
Binary 11110101 100000 1111111 0 1010111 110000 100 101001101 1011011 110110

Color Harmonies of #F5207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5207F

Black with #F5207F

Text Example


Text Example

White with #F5207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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