Html Css Color HEX #F5558D French Rose

📋 copy color: '#F5558D'

red 245 ◦ green 85 ◦ blue 141

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

Shades of French Rose #F5558D

Tints of French Rose #F5558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.05%

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

R = 52.02%
G = 18.05%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5558D (or 0xF5558D) is known color: French Rose. HEX triplet: F5, 55 and 8D. RGB value is (245,85,141). Sum of RGB (Red+Green+Blue) = 245+85+141=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5558D is #0AAA72. Grayscale: #8B8B8B. Windows color (decimal): -698995 or 9262581. OLE color: 9262581.

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

Color convert

RGB 245 85 141 -
CMYK 0 0.65 0.42 0.04
HSL 339º 0.89% 0.65% -
HSV(B) 339º 0.65% 0.96% -
XYZ 45.71 27.83 28.16 -
YUV 139.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 245 85 141 0 0.65 0.42 0.04 339 0.89 0.65
Hex F5 55 8D 0 41 2A 4 153 59 41
Octal 365 125 215 0 101 52 4 523 131 101
Binary 11110101 1010101 10001101 0 1000001 101010 100 101010011 1011001 1000001

Color Harmonies of #F5558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5558D

Black with #F5558D

Text Example


Text Example

White with #F5558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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