Html Css Color HEX #F5477D French Rose

📋 copy color: '#F5477D'

red 245 ◦ green 71 ◦ blue 125

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

Shades of French Rose #F5477D

Tints of French Rose #F5477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 55.56%
G = 16.1%
B = 28.34%

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

#F5477D (or 0xF5477D) is known color: French Rose. HEX triplet: F5, 47 and 7D. RGB value is (245,71,125). Sum of RGB (Red+Green+Blue) = 245+71+125=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5477D is #0AB882. Grayscale: #818181. Windows color (decimal): -702595 or 8210421. OLE color: 8210421.

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

Color convert

RGB 245 71 125 -
CMYK 0 0.71 0.49 0.04
HSL 341.38º 0.9% 0.62% -
HSV(B) 341.38º 0.71% 0.96% -
XYZ 43.61 25.4 22.01 -
YUV 129.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 245 71 125 0 0.71 0.49 0.04 341.38 0.9 0.62
Hex F5 47 7D 0 47 31 4 155 5A 3E
Octal 365 107 175 0 107 61 4 525 132 76
Binary 11110101 1000111 1111101 0 1000111 110001 100 101010101 1011010 111110

Color Harmonies of #F5477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5477D

Black with #F5477D

Text Example


Text Example

White with #F5477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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