Html Css Color HEX #F0548A French Rose

📋 copy color: '#F0548A'

red 240 ◦ green 84 ◦ blue 138

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

Shades of French Rose #F0548A

Tints of French Rose #F0548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 51.95%
G = 18.18%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0548A (or 0xF0548A) is known color: French Rose. HEX triplet: F0, 54 and 8A. RGB value is (240,84,138). Sum of RGB (Red+Green+Blue) = 240+84+138=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0548A is #0FAB75. Grayscale: #888888. Windows color (decimal): -1026934 or 9065712. OLE color: 9065712.

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

Color convert

RGB 240 84 138 -
CMYK 0 0.65 0.42 0.06
HSL 339.23º 0.84% 0.64% -
HSV(B) 339.23º 0.65% 0.94% -
XYZ 43.69 26.7 26.9 -
YUV 136.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 240 84 138 0 0.65 0.42 0.06 339.23 0.84 0.64
Hex F0 54 8A 0 41 2A 6 153 54 40
Octal 360 124 212 0 101 52 6 523 124 100
Binary 11110000 1010100 10001010 0 1000001 101010 110 101010011 1010100 1000000

Color Harmonies of #F0548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0548A

Black with #F0548A

Text Example


Text Example

White with #F0548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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