Html Css Color HEX #F5477C French Rose

📋 copy color: '#F5477C'

red 245 ◦ green 71 ◦ blue 124

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

Shades of French Rose #F5477C

Tints of French Rose #F5477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 55.68%
G = 16.14%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5477C (or 0xF5477C) is known color: French Rose. HEX triplet: F5, 47 and 7C. RGB value is (245,71,124). Sum of RGB (Red+Green+Blue) = 245+71+124=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5477C is #0AB883. Grayscale: #818181. Windows color (decimal): -702596 or 8144885. OLE color: 8144885.

HSL color Cylindrical-coordinate representation of color #F5477C: hue angle of 341.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5477C is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 71 124 -
CMYK 0 0.71 0.49 0.04
HSL 341.72º 0.9% 0.62% -
HSV(B) 341.72º 0.71% 0.96% -
XYZ 43.55 25.37 21.67 -
YUV 129.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 245 71 124 0 0.71 0.49 0.04 341.72 0.9 0.62
Hex F5 47 7C 0 47 31 4 156 5A 3E
Octal 365 107 174 0 107 61 4 526 132 76
Binary 11110101 1000111 1111100 0 1000111 110001 100 101010110 1011010 111110

Color Harmonies of #F5477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5477C

Black with #F5477C

Text Example


Text Example

White with #F5477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5477C; }

 p { color: rgb(245,71,124); }

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

background-color css

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

 a { background-color: rgb(245,71,124); }

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

border-color css

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

 span { border-color: rgb(245,71,124); }

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