Html Css Color HEX #F0548E French Rose

📋 copy color: '#F0548E'

red 240 ◦ green 84 ◦ blue 142

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

Shades of French Rose #F0548E

Tints of French Rose #F0548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

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

R = 51.5%
G = 18.03%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0548E (or 0xF0548E) is known color: French Rose. HEX triplet: F0, 54 and 8E. RGB value is (240,84,142). Sum of RGB (Red+Green+Blue) = 240+84+142=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0548E is #0FAB71. Grayscale: #898989. Windows color (decimal): -1026930 or 9327856. OLE color: 9327856.

HSL color Cylindrical-coordinate representation of color #F0548E: hue angle of 337.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0548E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 142 -
CMYK 0 0.65 0.41 0.06
HSL 337.69º 0.84% 0.64% -
HSV(B) 337.69º 0.65% 0.94% -
XYZ 43.99 26.82 28.45 -
YUV 137.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 240 84 142 0 0.65 0.41 0.06 337.69 0.84 0.64
Hex F0 54 8E 0 41 29 6 152 54 40
Octal 360 124 216 0 101 51 6 522 124 100
Binary 11110000 1010100 10001110 0 1000001 101001 110 101010010 1010100 1000000

Color Harmonies of #F0548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0548E

Black with #F0548E

Text Example


Text Example

White with #F0548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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