Html Css Color HEX #F0528C French Rose

📋 copy color: '#F0528C'

red 240 ◦ green 82 ◦ blue 140

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

Shades of French Rose #F0528C

Tints of French Rose #F0528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 51.95%
G = 17.75%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0528C (or 0xF0528C) is known color: French Rose. HEX triplet: F0, 52 and 8C. RGB value is (240,82,140). Sum of RGB (Red+Green+Blue) = 240+82+140=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0528C is #0FAD73. Grayscale: #878787. Windows color (decimal): -1027444 or 9196272. OLE color: 9196272.

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

Color convert

RGB 240 82 140 -
CMYK 0 0.66 0.42 0.06
HSL 337.97º 0.84% 0.63% -
HSV(B) 337.97º 0.66% 0.94% -
XYZ 43.69 26.45 27.61 -
YUV 135.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 240 82 140 0 0.66 0.42 0.06 337.97 0.84 0.63
Hex F0 52 8C 0 42 2A 6 152 54 3F
Octal 360 122 214 0 102 52 6 522 124 77
Binary 11110000 1010010 10001100 0 1000010 101010 110 101010010 1010100 111111

Color Harmonies of #F0528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0528C

Black with #F0528C

Text Example


Text Example

White with #F0528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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