Html Css Color HEX #F0538B French Rose

📋 copy color: '#F0538B'

red 240 ◦ green 83 ◦ blue 139

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

Shades of French Rose #F0538B

Tints of French Rose #F0538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 51.95%
G = 17.97%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0538B (or 0xF0538B) is known color: French Rose. HEX triplet: F0, 53 and 8B. RGB value is (240,83,139). Sum of RGB (Red+Green+Blue) = 240+83+139=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0538B is #0FAC74. Grayscale: #888888. Windows color (decimal): -1027189 or 9130992. OLE color: 9130992.

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

Color convert

RGB 240 83 139 -
CMYK 0 0.65 0.42 0.06
HSL 338.6º 0.84% 0.63% -
HSV(B) 338.6º 0.65% 0.94% -
XYZ 43.69 26.58 27.25 -
YUV 136.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 240 83 139 0 0.65 0.42 0.06 338.6 0.84 0.63
Hex F0 53 8B 0 41 2A 6 153 54 3F
Octal 360 123 213 0 101 52 6 523 124 77
Binary 11110000 1010011 10001011 0 1000001 101010 110 101010011 1010100 111111

Color Harmonies of #F0538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0538B

Black with #F0538B

Text Example


Text Example

White with #F0538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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