Html Css Color HEX #F0487F French Rose

📋 copy color: '#F0487F'

red 240 ◦ green 72 ◦ blue 127

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

Shades of French Rose #F0487F

Tints of French Rose #F0487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 54.67%
G = 16.4%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0487F (or 0xF0487F) is known color: French Rose. HEX triplet: F0, 48 and 7F. RGB value is (240,72,127). Sum of RGB (Red+Green+Blue) = 240+72+127=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0487F is #0FB780. Grayscale: #808080. Windows color (decimal): -1030017 or 8341744. OLE color: 8341744.

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

Color convert

RGB 240 72 127 -
CMYK 0 0.7 0.47 0.06
HSL 340.36º 0.85% 0.61% -
HSV(B) 340.36º 0.7% 0.94% -
XYZ 42.08 24.69 22.63 -
YUV 128.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 240 72 127 0 0.7 0.47 0.06 340.36 0.85 0.61
Hex F0 48 7F 0 46 2F 6 154 55 3D
Octal 360 110 177 0 106 57 6 524 125 75
Binary 11110000 1001000 1111111 0 1000110 101111 110 101010100 1010101 111101

Color Harmonies of #F0487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0487F

Black with #F0487F

Text Example


Text Example

White with #F0487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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