Html Css Color HEX #F44986 French Rose

📋 copy color: '#F44986'

red 244 ◦ green 73 ◦ blue 134

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

Shades of French Rose #F44986

Tints of French Rose #F44986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.19%

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

R = 54.1%
G = 16.19%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F44986 (or 0xF44986) is known color: French Rose. HEX triplet: F4, 49 and 86. RGB value is (244,73,134). Sum of RGB (Red+Green+Blue) = 244+73+134=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F44986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44986 is #0BB679. Grayscale: #838383. Windows color (decimal): -767610 or 8800756. OLE color: 8800756.

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

Color convert

RGB 244 73 134 -
CMYK 0 0.70 0.45 0.04
HSL 338.6º 0.89% 0.62% -
HSV(B) 338.6º 0.7% 0.96% -
XYZ 43.99 25.72 25.2 -
YUV 131.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 244 73 134 0 0.70 0.45 0.04 338.6 0.89 0.62
Hex F4 49 86 0 46 2D 4 153 59 3E
Octal 364 111 206 0 106 55 4 523 131 76
Binary 11110100 1001001 10000110 0 1000110 101101 100 101010011 1011001 111110

Color Harmonies of #F44986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44986

Black with #F44986

Text Example


Text Example

White with #F44986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44986; }

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

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

background-color css

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

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

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

border-color css

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

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

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