Html Css Color HEX #F440AA Wild Strawberry

📋 copy color: '#F440AA'

red 244 ◦ green 64 ◦ blue 170

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

Shades of Wild Strawberry #F440AA

Tints of Wild Strawberry #F440AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

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

R = 51.05%
G = 13.39%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F440AA (or 0xF440AA) is known color: Wild Strawberry. HEX triplet: F4, 40 and AA. RGB value is (244,64,170). Sum of RGB (Red+Green+Blue) = 244+64+170=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F440AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440AA is #0BBF55. Grayscale: #818181. Windows color (decimal): -769878 or 11157748. OLE color: 11157748.

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

Color convert

RGB 244 64 170 -
CMYK 0 0.74 0.30 0.04
HSL 324.67º 0.89% 0.6% -
HSV(B) 324.67º 0.74% 0.96% -
XYZ 46.4 25.8 40.57 -
YUV 129.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 244 64 170 0 0.74 0.30 0.04 324.67 0.89 0.6
Hex F4 40 AA 0 4A 1E 4 145 59 3C
Octal 364 100 252 0 112 36 4 505 131 74
Binary 11110100 1000000 10101010 0 1001010 11110 100 101000101 1011001 111100

Color Harmonies of #F440AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440AA

Black with #F440AA

Text Example


Text Example

White with #F440AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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