Html Css Color HEX #F55383 French Rose

📋 copy color: '#F55383'

red 245 ◦ green 83 ◦ blue 131

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

Shades of French Rose #F55383

Tints of French Rose #F55383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 53.38%
G = 18.08%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F55383 (or 0xF55383) is known color: French Rose. HEX triplet: F5, 53 and 83. RGB value is (245,83,131). Sum of RGB (Red+Green+Blue) = 245+83+131=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F55383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55383 is #0AAC7C. Grayscale: #888888. Windows color (decimal): -699517 or 8606709. OLE color: 8606709.

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

Color convert

RGB 245 83 131 -
CMYK 0 0.66 0.47 0.04
HSL 342.22º 0.89% 0.64% -
HSV(B) 342.22º 0.66% 0.96% -
XYZ 44.85 27.24 24.37 -
YUV 136.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 245 83 131 0 0.66 0.47 0.04 342.22 0.89 0.64
Hex F5 53 83 0 42 2F 4 156 59 40
Octal 365 123 203 0 102 57 4 526 131 100
Binary 11110101 1010011 10000011 0 1000010 101111 100 101010110 1011001 1000000

Color Harmonies of #F55383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55383

Black with #F55383

Text Example


Text Example

White with #F55383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55383; }

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

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

background-color css

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

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

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

border-color css

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

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

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