Html Css Color HEX #F5477F French Rose

📋 copy color: '#F5477F'

red 245 ◦ green 71 ◦ blue 127

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

Shades of French Rose #F5477F

Tints of French Rose #F5477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.67%

R = 55.3%
G = 16.03%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5477F (or 0xF5477F) is known color: French Rose. HEX triplet: F5, 47 and 7F. RGB value is (245,71,127). Sum of RGB (Red+Green+Blue) = 245+71+127=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5477F is #0AB880. Grayscale: #818181. Windows color (decimal): -702593 or 8341493. OLE color: 8341493.

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

Color convert

RGB 245 71 127 -
CMYK 0 0.71 0.48 0.04
HSL 340.69º 0.9% 0.62% -
HSV(B) 340.69º 0.71% 0.96% -
XYZ 43.74 25.45 22.69 -
YUV 129.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 245 71 127 0 0.71 0.48 0.04 340.69 0.9 0.62
Hex F5 47 7F 0 47 30 4 155 5A 3E
Octal 365 107 177 0 107 60 4 525 132 76
Binary 11110101 1000111 1111111 0 1000111 110000 100 101010101 1011010 111110

Color Harmonies of #F5477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5477F

Black with #F5477F

Text Example


Text Example

White with #F5477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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