Html Css Color HEX #F0518B French Rose

📋 copy color: '#F0518B'

red 240 ◦ green 81 ◦ blue 139

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

Shades of French Rose #F0518B

Tints of French Rose #F0518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 52.17%
G = 17.61%
B = 30.22%

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

#F0518B (or 0xF0518B) is known color: French Rose. HEX triplet: F0, 51 and 8B. RGB value is (240,81,139). Sum of RGB (Red+Green+Blue) = 240+81+139=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0518B is #0FAE74. Grayscale: #878787. Windows color (decimal): -1027701 or 9130480. OLE color: 9130480.

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

Color convert

RGB 240 81 139 -
CMYK 0 0.66 0.42 0.06
HSL 338.11º 0.84% 0.63% -
HSV(B) 338.11º 0.66% 0.94% -
XYZ 43.54 26.27 27.2 -
YUV 135.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 240 81 139 0 0.66 0.42 0.06 338.11 0.84 0.63
Hex F0 51 8B 0 42 2A 6 152 54 3F
Octal 360 121 213 0 102 52 6 522 124 77
Binary 11110000 1010001 10001011 0 1000010 101010 110 101010010 1010100 111111

Color Harmonies of #F0518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0518B

Black with #F0518B

Text Example


Text Example

White with #F0518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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