Html Css Color HEX #F44D8A French Rose

📋 copy color: '#F44D8A'

red 244 ◦ green 77 ◦ blue 138

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

Shades of French Rose #F44D8A

Tints of French Rose #F44D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 53.16%
G = 16.78%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F44D8A (or 0xF44D8A) is known color: French Rose. HEX triplet: F4, 4D and 8A. RGB value is (244,77,138). Sum of RGB (Red+Green+Blue) = 244+77+138=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D8A is #0BB275. Grayscale: #858585. Windows color (decimal): -766582 or 9063924. OLE color: 9063924.

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

Color convert

RGB 244 77 138 -
CMYK 0 0.68 0.43 0.04
HSL 338.08º 0.88% 0.63% -
HSV(B) 338.08º 0.68% 0.96% -
XYZ 44.55 26.38 26.79 -
YUV 133.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 244 77 138 0 0.68 0.43 0.04 338.08 0.88 0.63
Hex F4 4D 8A 0 44 2B 4 152 58 3F
Octal 364 115 212 0 104 53 4 522 130 77
Binary 11110100 1001101 10001010 0 1000100 101011 100 101010010 1011000 111111

Color Harmonies of #F44D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D8A

Black with #F44D8A

Text Example


Text Example

White with #F44D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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