Html Css Color HEX #F0538D French Rose

📋 copy color: '#F0538D'

red 240 ◦ green 83 ◦ blue 141

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

Shades of French Rose #F0538D

Tints of French Rose #F0538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 51.72%
G = 17.89%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0538D (or 0xF0538D) is known color: French Rose. HEX triplet: F0, 53 and 8D. RGB value is (240,83,141). Sum of RGB (Red+Green+Blue) = 240+83+141=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0538D is #0FAC72. Grayscale: #888888. Windows color (decimal): -1027187 or 9262064. OLE color: 9262064.

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

Color convert

RGB 240 83 141 -
CMYK 0 0.65 0.41 0.06
HSL 337.83º 0.84% 0.63% -
HSV(B) 337.83º 0.65% 0.94% -
XYZ 43.84 26.63 28.03 -
YUV 136.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 240 83 141 0 0.65 0.41 0.06 337.83 0.84 0.63
Hex F0 53 8D 0 41 29 6 152 54 3F
Octal 360 123 215 0 101 51 6 522 124 77
Binary 11110000 1010011 10001101 0 1000001 101001 110 101010010 1010100 111111

Color Harmonies of #F0538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0538D

Black with #F0538D

Text Example


Text Example

White with #F0538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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