Html Css Color HEX #F44D8D French Rose

📋 copy color: '#F44D8D'

red 244 ◦ green 77 ◦ blue 141

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

Shades of French Rose #F44D8D

Tints of French Rose #F44D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 52.81%
G = 16.67%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F44D8D (or 0xF44D8D) is known color: French Rose. HEX triplet: F4, 4D and 8D. RGB value is (244,77,141). Sum of RGB (Red+Green+Blue) = 244+77+141=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D8D is #0BB272. Grayscale: #868686. Windows color (decimal): -766579 or 9260532. OLE color: 9260532.

HSL color Cylindrical-coordinate representation of color #F44D8D: hue angle of 337.01º 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 #F44D8D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 77 141 -
CMYK 0 0.68 0.42 0.04
HSL 337.01º 0.88% 0.63% -
HSV(B) 337.01º 0.68% 0.96% -
XYZ 44.77 26.46 27.95 -
YUV 134.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 244 77 141 0 0.68 0.42 0.04 337.01 0.88 0.63
Hex F4 4D 8D 0 44 2A 4 151 58 3F
Octal 364 115 215 0 104 52 4 521 130 77
Binary 11110100 1001101 10001101 0 1000100 101010 100 101010001 1011000 111111

Color Harmonies of #F44D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D8D

Black with #F44D8D

Text Example


Text Example

White with #F44D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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