Html Css Color HEX #F45086 French Rose

📋 copy color: '#F45086'

red 244 ◦ green 80 ◦ blue 134

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

Shades of French Rose #F45086

Tints of French Rose #F45086

RGB

 RED value IS 244 (95.7% from 255) = 53.28%

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

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

R = 53.28%
G = 17.47%
B = 29.26%

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

#F45086 (or 0xF45086) is known color: French Rose. HEX triplet: F4, 50 and 86. RGB value is (244,80,134). Sum of RGB (Red+Green+Blue) = 244+80+134=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F45086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45086 is #0BAF79. Grayscale: #878787. Windows color (decimal): -765818 or 8802548. OLE color: 8802548.

HSL color Cylindrical-coordinate representation of color #F45086: hue angle of 340.24º degrees, saturation: 0.88, 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 #F45086 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 134 -
CMYK 0 0.67 0.45 0.04
HSL 340.24º 0.88% 0.64% -
HSV(B) 340.24º 0.67% 0.96% -
XYZ 44.48 26.69 25.36 -
YUV 135.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 244 80 134 0 0.67 0.45 0.04 340.24 0.88 0.64
Hex F4 50 86 0 43 2D 4 154 58 40
Octal 364 120 206 0 103 55 4 524 130 100
Binary 11110100 1010000 10000110 0 1000011 101101 100 101010100 1011000 1000000

Color Harmonies of #F45086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45086

Black with #F45086

Text Example


Text Example

White with #F45086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45086; }

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

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

background-color css

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

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

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

border-color css

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

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

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