Html Css Color HEX #F44D86 French Rose

📋 copy color: '#F44D86'

red 244 ◦ green 77 ◦ blue 134

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

Shades of French Rose #F44D86

Tints of French Rose #F44D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

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

R = 53.63%
G = 16.92%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F44D86 (or 0xF44D86) is known color: French Rose. HEX triplet: F4, 4D and 86. RGB value is (244,77,134). Sum of RGB (Red+Green+Blue) = 244+77+134=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D86 is #0BB279. Grayscale: #858585. Windows color (decimal): -766586 or 8801780. OLE color: 8801780.

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

Color convert

RGB 244 77 134 -
CMYK 0 0.68 0.45 0.04
HSL 339.52º 0.88% 0.63% -
HSV(B) 339.52º 0.68% 0.96% -
XYZ 44.27 26.26 25.29 -
YUV 133.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 244 77 134 0 0.68 0.45 0.04 339.52 0.88 0.63
Hex F4 4D 86 0 44 2D 4 154 58 3F
Octal 364 115 206 0 104 55 4 524 130 77
Binary 11110100 1001101 10000110 0 1000100 101101 100 101010100 1011000 111111

Color Harmonies of #F44D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D86

Black with #F44D86

Text Example


Text Example

White with #F44D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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