Html Css Color HEX #F441AA Wild Strawberry

📋 copy color: '#F441AA'

red 244 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F441AA

Tints of Wild Strawberry #F441AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 50.94%
G = 13.57%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F441AA (or 0xF441AA) is known color: Wild Strawberry. HEX triplet: F4, 41 and AA. RGB value is (244,65,170). Sum of RGB (Red+Green+Blue) = 244+65+170=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F441AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441AA is #0BBE55. Grayscale: #828282. Windows color (decimal): -769622 or 11158004. OLE color: 11158004.

HSL color Cylindrical-coordinate representation of color #F441AA: hue angle of 324.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441AA is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 170 -
CMYK 0 0.73 0.30 0.04
HSL 324.8º 0.89% 0.61% -
HSV(B) 324.8º 0.73% 0.96% -
XYZ 46.45 25.92 40.58 -
YUV 130.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 244 65 170 0 0.73 0.30 0.04 324.8 0.89 0.61
Hex F4 41 AA 0 49 1E 4 145 59 3D
Octal 364 101 252 0 111 36 4 505 131 75
Binary 11110100 1000001 10101010 0 1001001 11110 100 101000101 1011001 111101

Color Harmonies of #F441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441AA

Black with #F441AA

Text Example


Text Example

White with #F441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441AA; }

 p { color: rgb(244,65,170); }

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

background-color css

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

 a { background-color: rgb(244,65,170); }

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

border-color css

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

 span { border-color: rgb(244,65,170); }

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