Html Css Color HEX #F0527D Dark Pink

📋 copy color: '#F0527D'

red 240 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #F0527D

Tints of Dark Pink #F0527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 53.69%
G = 18.34%
B = 27.96%

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

#F0527D (or 0xF0527D) is known color: Dark Pink. HEX triplet: F0, 52 and 7D. RGB value is (240,82,125). Sum of RGB (Red+Green+Blue) = 240+82+125=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0527D is #0FAD82. Grayscale: #868686. Windows color (decimal): -1027459 or 8213232. OLE color: 8213232.

HSL color Cylindrical-coordinate representation of color #F0527D: hue angle of 343.67º 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 #F0527D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 125 -
CMYK 0 0.66 0.48 0.06
HSL 343.67º 0.84% 0.63% -
HSV(B) 343.67º 0.66% 0.94% -
XYZ 42.65 26.04 22.18 -
YUV 134.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 240 82 125 0 0.66 0.48 0.06 343.67 0.84 0.63
Hex F0 52 7D 0 42 30 6 158 54 3F
Octal 360 122 175 0 102 60 6 530 124 77
Binary 11110000 1010010 1111101 0 1000010 110000 110 101011000 1010100 111111

Color Harmonies of #F0527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0527D

Black with #F0527D

Text Example


Text Example

White with #F0527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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