Html Css Color HEX #F0487E French Rose

📋 copy color: '#F0487E'

red 240 ◦ green 72 ◦ blue 126

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

Shades of French Rose #F0487E

Tints of French Rose #F0487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 54.79%
G = 16.44%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0487E (or 0xF0487E) is known color: French Rose. HEX triplet: F0, 48 and 7E. RGB value is (240,72,126). Sum of RGB (Red+Green+Blue) = 240+72+126=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0487E is #0FB781. Grayscale: #808080. Windows color (decimal): -1030018 or 8276208. OLE color: 8276208.

HSL color Cylindrical-coordinate representation of color #F0487E: hue angle of 340.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0487E is Cyan = 0, Magento = 0.7, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 126 -
CMYK 0 0.7 0.48 0.06
HSL 340.71º 0.85% 0.61% -
HSV(B) 340.71º 0.7% 0.94% -
XYZ 42.02 24.67 22.29 -
YUV 128.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 240 72 126 0 0.7 0.48 0.06 340.71 0.85 0.61
Hex F0 48 7E 0 46 30 6 155 55 3D
Octal 360 110 176 0 106 60 6 525 125 75
Binary 11110000 1001000 1111110 0 1000110 110000 110 101010101 1010101 111101

Color Harmonies of #F0487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0487E

Black with #F0487E

Text Example


Text Example

White with #F0487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0487E; }

 p { color: rgb(240,72,126); }

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

background-color css

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

 a { background-color: rgb(240,72,126); }

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

border-color css

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

 span { border-color: rgb(240,72,126); }

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