Html Css Color HEX #F55384 French Rose

📋 copy color: '#F55384'

red 245 ◦ green 83 ◦ blue 132

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

Shades of French Rose #F55384

Tints of French Rose #F55384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

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

R = 53.26%
G = 18.04%
B = 28.7%

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

#F55384 (or 0xF55384) is known color: French Rose. HEX triplet: F5, 53 and 84. RGB value is (245,83,132). Sum of RGB (Red+Green+Blue) = 245+83+132=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F55384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55384 is #0AAC7B. Grayscale: #888888. Windows color (decimal): -699516 or 8672245. OLE color: 8672245.

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

Color convert

RGB 245 83 132 -
CMYK 0 0.66 0.46 0.04
HSL 341.85º 0.89% 0.64% -
HSV(B) 341.85º 0.66% 0.96% -
XYZ 44.91 27.26 24.73 -
YUV 137.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 245 83 132 0 0.66 0.46 0.04 341.85 0.89 0.64
Hex F5 53 84 0 42 2E 4 156 59 40
Octal 365 123 204 0 102 56 4 526 131 100
Binary 11110101 1010011 10000100 0 1000010 101110 100 101010110 1011001 1000000

Color Harmonies of #F55384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55384

Black with #F55384

Text Example


Text Example

White with #F55384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55384; }

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

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

background-color css

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

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

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

border-color css

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

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

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