Html Css Color HEX #F44C86 French Rose

📋 copy color: '#F44C86'

red 244 ◦ green 76 ◦ blue 134

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

Shades of French Rose #F44C86

Tints of French Rose #F44C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.74%

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

R = 53.74%
G = 16.74%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F44C86 (or 0xF44C86) is known color: French Rose. HEX triplet: F4, 4C and 86. RGB value is (244,76,134). Sum of RGB (Red+Green+Blue) = 244+76+134=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44C86 is #0BB379. Grayscale: #848484. Windows color (decimal): -766842 or 8801524. OLE color: 8801524.

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

Color convert

RGB 244 76 134 -
CMYK 0 0.69 0.45 0.04
HSL 339.29º 0.88% 0.63% -
HSV(B) 339.29º 0.69% 0.96% -
XYZ 44.2 26.12 25.27 -
YUV 132.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 244 76 134 0 0.69 0.45 0.04 339.29 0.88 0.63
Hex F4 4C 86 0 45 2D 4 153 58 3F
Octal 364 114 206 0 105 55 4 523 130 77
Binary 11110100 1001100 10000110 0 1000101 101101 100 101010011 1011000 111111

Color Harmonies of #F44C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C86

Black with #F44C86

Text Example


Text Example

White with #F44C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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