Html Css Color HEX #F0527C Dark Pink

📋 copy color: '#F0527C'

red 240 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #F0527C

Tints of Dark Pink #F0527C

RGB

 RED value IS 240 (94.14% from 255) = 53.81%

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 53.81%
G = 18.39%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0527C (or 0xF0527C) is known color: Dark Pink. HEX triplet: F0, 52 and 7C. RGB value is (240,82,124). Sum of RGB (Red+Green+Blue) = 240+82+124=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0527C is #0FAD83. Grayscale: #868686. Windows color (decimal): -1027460 or 8147696. OLE color: 8147696.

HSL color Cylindrical-coordinate representation of color #F0527C: hue angle of 344.05º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0527C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 124 -
CMYK 0 0.66 0.48 0.06
HSL 344.05º 0.84% 0.63% -
HSV(B) 344.05º 0.66% 0.94% -
XYZ 42.59 26.02 21.85 -
YUV 134.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 240 82 124 0 0.66 0.48 0.06 344.05 0.84 0.63
Hex F0 52 7C 0 42 30 6 158 54 3F
Octal 360 122 174 0 102 60 6 530 124 77
Binary 11110000 1010010 1111100 0 1000010 110000 110 101011000 1010100 111111

Color Harmonies of #F0527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0527C

Black with #F0527C

Text Example


Text Example

White with #F0527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0527C; }

 p { color: rgb(240,82,124); }

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

background-color css

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

 a { background-color: rgb(240,82,124); }

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

border-color css

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

 span { border-color: rgb(240,82,124); }

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