Html Css Color HEX #F5487C French Rose

📋 copy color: '#F5487C'

red 245 ◦ green 72 ◦ blue 124

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

Shades of French Rose #F5487C

Tints of French Rose #F5487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

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

R = 55.56%
G = 16.33%
B = 28.12%

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

#F5487C (or 0xF5487C) is known color: French Rose. HEX triplet: F5, 48 and 7C. RGB value is (245,72,124). Sum of RGB (Red+Green+Blue) = 245+72+124=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5487C is #0AB783. Grayscale: #818181. Windows color (decimal): -702340 or 8145141. OLE color: 8145141.

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

Color convert

RGB 245 72 124 -
CMYK 0 0.71 0.49 0.04
HSL 341.97º 0.9% 0.62% -
HSV(B) 341.97º 0.71% 0.96% -
XYZ 43.61 25.5 21.69 -
YUV 129.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 245 72 124 0 0.71 0.49 0.04 341.97 0.9 0.62
Hex F5 48 7C 0 47 31 4 156 5A 3E
Octal 365 110 174 0 107 61 4 526 132 76
Binary 11110101 1001000 1111100 0 1000111 110001 100 101010110 1011010 111110

Color Harmonies of #F5487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5487C

Black with #F5487C

Text Example


Text Example

White with #F5487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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