Html Css Color HEX #F5527F Dark Pink

📋 copy color: '#F5527F'

red 245 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #F5527F

Tints of Dark Pink #F5527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 53.96%
G = 18.06%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5527F (or 0xF5527F) is known color: Dark Pink. HEX triplet: F5, 52 and 7F. RGB value is (245,82,127). Sum of RGB (Red+Green+Blue) = 245+82+127=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5527F is #0AAD80. Grayscale: #878787. Windows color (decimal): -699777 or 8344309. OLE color: 8344309.

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

Color convert

RGB 245 82 127 -
CMYK 0 0.67 0.48 0.04
HSL 343.44º 0.89% 0.64% -
HSV(B) 343.44º 0.67% 0.96% -
XYZ 44.5 26.98 22.94 -
YUV 135.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 245 82 127 0 0.67 0.48 0.04 343.44 0.89 0.64
Hex F5 52 7F 0 43 30 4 157 59 40
Octal 365 122 177 0 103 60 4 527 131 100
Binary 11110101 1010010 1111111 0 1000011 110000 100 101010111 1011001 1000000

Color Harmonies of #F5527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5527F

Black with #F5527F

Text Example


Text Example

White with #F5527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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