Html Css Color HEX #F0528D French Rose

📋 copy color: '#F0528D'

red 240 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F0528D

Tints of French Rose #F0528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 51.84%
G = 17.71%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0528D (or 0xF0528D) is known color: French Rose. HEX triplet: F0, 52 and 8D. RGB value is (240,82,141). Sum of RGB (Red+Green+Blue) = 240+82+141=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0528D is #0FAD72. Grayscale: #878787. Windows color (decimal): -1027443 or 9261808. OLE color: 9261808.

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

Color convert

RGB 240 82 141 -
CMYK 0 0.66 0.41 0.06
HSL 337.59º 0.84% 0.63% -
HSV(B) 337.59º 0.66% 0.94% -
XYZ 43.76 26.48 28 -
YUV 135.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 240 82 141 0 0.66 0.41 0.06 337.59 0.84 0.63
Hex F0 52 8D 0 42 29 6 152 54 3F
Octal 360 122 215 0 102 51 6 522 124 77
Binary 11110000 1010010 10001101 0 1000010 101001 110 101010010 1010100 111111

Color Harmonies of #F0528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0528D

Black with #F0528D

Text Example


Text Example

White with #F0528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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