Html Css Color HEX #F5477A French Rose

📋 copy color: '#F5477A'

red 245 ◦ green 71 ◦ blue 122

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

Shades of French Rose #F5477A

Tints of French Rose #F5477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 55.94%
G = 16.21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5477A (or 0xF5477A) is known color: French Rose. HEX triplet: F5, 47 and 7A. RGB value is (245,71,122). Sum of RGB (Red+Green+Blue) = 245+71+122=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5477A is #0AB885. Grayscale: #808080. Windows color (decimal): -702598 or 8013813. OLE color: 8013813.

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

Color convert

RGB 245 71 122 -
CMYK 0 0.71 0.50 0.04
HSL 342.41º 0.9% 0.62% -
HSV(B) 342.41º 0.71% 0.96% -
XYZ 43.42 25.32 21.01 -
YUV 128.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 245 71 122 0 0.71 0.50 0.04 342.41 0.9 0.62
Hex F5 47 7A 0 47 32 4 156 5A 3E
Octal 365 107 172 0 107 62 4 526 132 76
Binary 11110101 1000111 1111010 0 1000111 110010 100 101010110 1011010 111110

Color Harmonies of #F5477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5477A

Black with #F5477A

Text Example


Text Example

White with #F5477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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