Html Css Color HEX #F5207B Deep Pink

📋 copy color: '#F5207B'

red 245 ◦ green 32 ◦ blue 123

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

Shades of Deep Pink #F5207B

Tints of Deep Pink #F5207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 61.25%
G = 8%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5207B (or 0xF5207B) is known color: Deep Pink. HEX triplet: F5, 20 and 7B. RGB value is (245,32,123). Sum of RGB (Red+Green+Blue) = 245+32+123=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F5207B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5207B is #0ADF84. Grayscale: #696969. Windows color (decimal): -712581 or 8069365. OLE color: 8069365.

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

Color convert

RGB 245 32 123 -
CMYK 0 0.87 0.50 0.04
HSL 334.37º 0.91% 0.54% -
HSV(B) 334.37º 0.87% 0.96% -
XYZ 41.75 21.88 20.76 -
YUV 106.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 245 32 123 0 0.87 0.50 0.04 334.37 0.91 0.54
Hex F5 20 7B 0 57 32 4 14E 5B 36
Octal 365 40 173 0 127 62 4 516 133 66
Binary 11110101 100000 1111011 0 1010111 110010 100 101001110 1011011 110110

Color Harmonies of #F5207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5207B

Black with #F5207B

Text Example


Text Example

White with #F5207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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