Html Css Color HEX #F0548C French Rose

📋 copy color: '#F0548C'

red 240 ◦ green 84 ◦ blue 140

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

Shades of French Rose #F0548C

Tints of French Rose #F0548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 51.72%
G = 18.1%
B = 30.17%

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

#F0548C (or 0xF0548C) is known color: French Rose. HEX triplet: F0, 54 and 8C. RGB value is (240,84,140). Sum of RGB (Red+Green+Blue) = 240+84+140=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0548C is #0FAB73. Grayscale: #888888. Windows color (decimal): -1026932 or 9196784. OLE color: 9196784.

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

Color convert

RGB 240 84 140 -
CMYK 0 0.65 0.42 0.06
HSL 338.46º 0.84% 0.64% -
HSV(B) 338.46º 0.65% 0.94% -
XYZ 43.84 26.76 27.67 -
YUV 137.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 240 84 140 0 0.65 0.42 0.06 338.46 0.84 0.64
Hex F0 54 8C 0 41 2A 6 152 54 40
Octal 360 124 214 0 101 52 6 522 124 100
Binary 11110000 1010100 10001100 0 1000001 101010 110 101010010 1010100 1000000

Color Harmonies of #F0548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0548C

Black with #F0548C

Text Example


Text Example

White with #F0548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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