Html Css Color HEX #F0487D French Rose

📋 copy color: '#F0487D'

red 240 ◦ green 72 ◦ blue 125

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

Shades of French Rose #F0487D

Tints of French Rose #F0487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 54.92%
G = 16.48%
B = 28.6%

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

#F0487D (or 0xF0487D) is known color: French Rose. HEX triplet: F0, 48 and 7D. RGB value is (240,72,125). Sum of RGB (Red+Green+Blue) = 240+72+125=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0487D is #0FB782. Grayscale: #808080. Windows color (decimal): -1030019 or 8210672. OLE color: 8210672.

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

Color convert

RGB 240 72 125 -
CMYK 0 0.7 0.48 0.06
HSL 341.07º 0.85% 0.61% -
HSV(B) 341.07º 0.7% 0.94% -
XYZ 41.95 24.64 21.95 -
YUV 128.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 240 72 125 0 0.7 0.48 0.06 341.07 0.85 0.61
Hex F0 48 7D 0 46 30 6 155 55 3D
Octal 360 110 175 0 106 60 6 525 125 75
Binary 11110000 1001000 1111101 0 1000110 110000 110 101010101 1010101 111101

Color Harmonies of #F0487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0487D

Black with #F0487D

Text Example


Text Example

White with #F0487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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