Html Css Color HEX #F0488E French Rose

📋 copy color: '#F0488E'

red 240 ◦ green 72 ◦ blue 142

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

Shades of French Rose #F0488E

Tints of French Rose #F0488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 52.86%
G = 15.86%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0488E (or 0xF0488E) is known color: French Rose. HEX triplet: F0, 48 and 8E. RGB value is (240,72,142). Sum of RGB (Red+Green+Blue) = 240+72+142=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0488E is #0FB771. Grayscale: #828282. Windows color (decimal): -1030002 or 9324784. OLE color: 9324784.

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

Color convert

RGB 240 72 142 -
CMYK 0 0.7 0.41 0.06
HSL 335º 0.85% 0.61% -
HSV(B) 335º 0.7% 0.94% -
XYZ 43.14 25.11 28.17 -
YUV 130.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 240 72 142 0 0.7 0.41 0.06 335 0.85 0.61
Hex F0 48 8E 0 46 29 6 14F 55 3D
Octal 360 110 216 0 106 51 6 517 125 75
Binary 11110000 1001000 10001110 0 1000110 101001 110 101001111 1010101 111101

Color Harmonies of #F0488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0488E

Black with #F0488E

Text Example


Text Example

White with #F0488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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