Html Css Color HEX #F5548D French Rose

📋 copy color: '#F5548D'

red 245 ◦ green 84 ◦ blue 141

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

Shades of French Rose #F5548D

Tints of French Rose #F5548D

RGB

 RED value IS 245 (96.09% from 255) = 52.13%

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

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

R = 52.13%
G = 17.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5548D (or 0xF5548D) is known color: French Rose. HEX triplet: F5, 54 and 8D. RGB value is (245,84,141). Sum of RGB (Red+Green+Blue) = 245+84+141=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5548D is #0AAB72. Grayscale: #8A8A8A. Windows color (decimal): -699251 or 9262325. OLE color: 9262325.

HSL color Cylindrical-coordinate representation of color #F5548D: hue angle of 338.76º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5548D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 141 -
CMYK 0 0.66 0.42 0.04
HSL 338.76º 0.89% 0.65% -
HSV(B) 338.76º 0.66% 0.96% -
XYZ 45.63 27.68 28.14 -
YUV 138.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 245 84 141 0 0.66 0.42 0.04 338.76 0.89 0.65
Hex F5 54 8D 0 42 2A 4 153 59 41
Octal 365 124 215 0 102 52 4 523 131 101
Binary 11110101 1010100 10001101 0 1000010 101010 100 101010011 1011001 1000001

Color Harmonies of #F5548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5548D

Black with #F5548D

Text Example


Text Example

White with #F5548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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