Html Css Color HEX #F45486 French Rose

📋 copy color: '#F45486'

red 244 ◦ green 84 ◦ blue 134

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

Shades of French Rose #F45486

Tints of French Rose #F45486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.18%

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

R = 52.81%
G = 18.18%
B = 29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45486 (or 0xF45486) is known color: French Rose. HEX triplet: F4, 54 and 86. RGB value is (244,84,134). Sum of RGB (Red+Green+Blue) = 244+84+134=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F45486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45486 is #0BAB79. Grayscale: #898989. Windows color (decimal): -764794 or 8803572. OLE color: 8803572.

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

Color convert

RGB 244 84 134 -
CMYK 0 0.66 0.45 0.04
HSL 341.25º 0.88% 0.64% -
HSV(B) 341.25º 0.66% 0.96% -
XYZ 44.78 27.29 25.46 -
YUV 137.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 244 84 134 0 0.66 0.45 0.04 341.25 0.88 0.64
Hex F4 54 86 0 42 2D 4 155 58 40
Octal 364 124 206 0 102 55 4 525 130 100
Binary 11110100 1010100 10000110 0 1000010 101101 100 101010101 1011000 1000000

Color Harmonies of #F45486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45486

Black with #F45486

Text Example


Text Example

White with #F45486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45486; }

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

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

background-color css

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

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

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

border-color css

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

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

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