Html Css Color HEX #F44982 French Rose

📋 copy color: '#F44982'

red 244 ◦ green 73 ◦ blue 130

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

Shades of French Rose #F44982

Tints of French Rose #F44982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 54.59%
G = 16.33%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F44982 (or 0xF44982) is known color: French Rose. HEX triplet: F4, 49 and 82. RGB value is (244,73,130). Sum of RGB (Red+Green+Blue) = 244+73+130=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F44982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44982 is #0BB67D. Grayscale: #828282. Windows color (decimal): -767614 or 8538612. OLE color: 8538612.

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

Color convert

RGB 244 73 130 -
CMYK 0 0.70 0.47 0.04
HSL 340º 0.89% 0.62% -
HSV(B) 340º 0.7% 0.96% -
XYZ 43.72 25.61 23.76 -
YUV 130.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 244 73 130 0 0.70 0.47 0.04 340 0.89 0.62
Hex F4 49 82 0 46 2F 4 154 59 3E
Octal 364 111 202 0 106 57 4 524 131 76
Binary 11110100 1001001 10000010 0 1000110 101111 100 101010100 1011001 111110

Color Harmonies of #F44982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44982

Black with #F44982

Text Example


Text Example

White with #F44982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44982; }

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

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

background-color css

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

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

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

border-color css

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

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

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