Html Css Color HEX #F55495 French Rose

📋 copy color: '#F55495'

red 245 ◦ green 84 ◦ blue 149

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

Shades of French Rose #F55495

Tints of French Rose #F55495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 51.26%
G = 17.57%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F55495 (or 0xF55495) is known color: French Rose. HEX triplet: F5, 54 and 95. RGB value is (245,84,149). Sum of RGB (Red+Green+Blue) = 245+84+149=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F55495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55495 is #0AAB6A. Grayscale: #8B8B8B. Windows color (decimal): -699243 or 9786613. OLE color: 9786613.

HSL color Cylindrical-coordinate representation of color #F55495: hue angle of 335.78º 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 #F55495 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 149 -
CMYK 0 0.66 0.39 0.04
HSL 335.78º 0.89% 0.65% -
HSV(B) 335.78º 0.66% 0.96% -
XYZ 46.25 27.92 31.39 -
YUV 139.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 245 84 149 0 0.66 0.39 0.04 335.78 0.89 0.65
Hex F5 54 95 0 42 27 4 150 59 41
Octal 365 124 225 0 102 47 4 520 131 101
Binary 11110101 1010100 10010101 0 1000010 100111 100 101010000 1011001 1000001

Color Harmonies of #F55495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55495

Black with #F55495

Text Example


Text Example

White with #F55495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55495; }

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

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

background-color css

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

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

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

border-color css

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

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

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