Html Css Color HEX #F55393 French Rose

📋 copy color: '#F55393'

red 245 ◦ green 83 ◦ blue 147

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

Shades of French Rose #F55393

Tints of French Rose #F55393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 51.58%
G = 17.47%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F55393 (or 0xF55393) is known color: French Rose. HEX triplet: F5, 53 and 93. RGB value is (245,83,147). Sum of RGB (Red+Green+Blue) = 245+83+147=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F55393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55393 is #0AAC6C. Grayscale: #8A8A8A. Windows color (decimal): -699501 or 9655285. OLE color: 9655285.

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

Color convert

RGB 245 83 147 -
CMYK 0 0.66 0.4 0.04
HSL 336.3º 0.89% 0.64% -
HSV(B) 336.3º 0.66% 0.96% -
XYZ 46.02 27.71 30.53 -
YUV 138.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 245 83 147 0 0.66 0.4 0.04 336.3 0.89 0.64
Hex F5 53 93 0 42 28 4 150 59 40
Octal 365 123 223 0 102 50 4 520 131 100
Binary 11110101 1010011 10010011 0 1000010 101000 100 101010000 1011001 1000000

Color Harmonies of #F55393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55393

Black with #F55393

Text Example


Text Example

White with #F55393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55393; }

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

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

background-color css

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

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

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

border-color css

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

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

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