Html Css Color HEX #F0548D French Rose

📋 copy color: '#F0548D'

red 240 ◦ green 84 ◦ blue 141

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

Shades of French Rose #F0548D

Tints of French Rose #F0548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 51.61%
G = 18.06%
B = 30.32%

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

#F0548D (or 0xF0548D) is known color: French Rose. HEX triplet: F0, 54 and 8D. RGB value is (240,84,141). Sum of RGB (Red+Green+Blue) = 240+84+141=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0548D is #0FAB72. Grayscale: #898989. Windows color (decimal): -1026931 or 9262320. OLE color: 9262320.

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

Color convert

RGB 240 84 141 -
CMYK 0 0.65 0.41 0.06
HSL 338.08º 0.84% 0.64% -
HSV(B) 338.08º 0.65% 0.94% -
XYZ 43.91 26.79 28.06 -
YUV 137.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 240 84 141 0 0.65 0.41 0.06 338.08 0.84 0.64
Hex F0 54 8D 0 41 29 6 152 54 40
Octal 360 124 215 0 101 51 6 522 124 100
Binary 11110000 1010100 10001101 0 1000001 101001 110 101010010 1010100 1000000

Color Harmonies of #F0548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0548D

Black with #F0548D

Text Example


Text Example

White with #F0548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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