Html Css Color HEX #F55484 French Rose

📋 copy color: '#F55484'

red 245 ◦ green 84 ◦ blue 132

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

Shades of French Rose #F55484

Tints of French Rose #F55484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 53.15%
G = 18.22%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F55484 (or 0xF55484) is known color: French Rose. HEX triplet: F5, 54 and 84. RGB value is (245,84,132). Sum of RGB (Red+Green+Blue) = 245+84+132=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F55484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55484 is #0AAB7B. Grayscale: #898989. Windows color (decimal): -699260 or 8672501. OLE color: 8672501.

HSL color Cylindrical-coordinate representation of color #F55484: hue angle of 342.11º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55484 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 132 -
CMYK 0 0.66 0.46 0.04
HSL 342.11º 0.89% 0.65% -
HSV(B) 342.11º 0.66% 0.96% -
XYZ 44.99 27.42 24.75 -
YUV 137.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 245 84 132 0 0.66 0.46 0.04 342.11 0.89 0.65
Hex F5 54 84 0 42 2E 4 156 59 41
Octal 365 124 204 0 102 56 4 526 131 101
Binary 11110101 1010100 10000100 0 1000010 101110 100 101010110 1011001 1000001

Color Harmonies of #F55484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55484

Black with #F55484

Text Example


Text Example

White with #F55484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55484; }

 p { color: rgb(245,84,132); }

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

background-color css

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

 a { background-color: rgb(245,84,132); }

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

border-color css

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

 span { border-color: rgb(245,84,132); }

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