Html Css Color HEX #F55086 French Rose

📋 copy color: '#F55086'

red 245 ◦ green 80 ◦ blue 134

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

Shades of French Rose #F55086

Tints of French Rose #F55086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 53.38%
G = 17.43%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55086 (or 0xF55086) is known color: French Rose. HEX triplet: F5, 50 and 86. RGB value is (245,80,134). Sum of RGB (Red+Green+Blue) = 245+80+134=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F55086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55086 is #0AAF79. Grayscale: #878787. Windows color (decimal): -700282 or 8802549. OLE color: 8802549.

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

Color convert

RGB 245 80 134 -
CMYK 0 0.67 0.45 0.04
HSL 340.36º 0.89% 0.64% -
HSV(B) 340.36º 0.67% 0.96% -
XYZ 44.83 26.87 25.38 -
YUV 135.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 245 80 134 0 0.67 0.45 0.04 340.36 0.89 0.64
Hex F5 50 86 0 43 2D 4 154 59 40
Octal 365 120 206 0 103 55 4 524 131 100
Binary 11110101 1010000 10000110 0 1000011 101101 100 101010100 1011001 1000000

Color Harmonies of #F55086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55086

Black with #F55086

Text Example


Text Example

White with #F55086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55086; }

 p { color: rgb(245,80,134); }

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

background-color css

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

 a { background-color: rgb(245,80,134); }

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

border-color css

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

 span { border-color: rgb(245,80,134); }

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