Html Css Color HEX #F040AA Wild Strawberry

📋 copy color: '#F040AA'

red 240 ◦ green 64 ◦ blue 170

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

Shades of Wild Strawberry #F040AA

Tints of Wild Strawberry #F040AA

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

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

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

R = 50.63%
G = 13.5%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F040AA (or 0xF040AA) is known color: Wild Strawberry. HEX triplet: F0, 40 and AA. RGB value is (240,64,170). Sum of RGB (Red+Green+Blue) = 240+64+170=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F040AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040AA is #0FBF55. Grayscale: #808080. Windows color (decimal): -1032022 or 11157744. OLE color: 11157744.

HSL color Cylindrical-coordinate representation of color #F040AA: hue angle of 323.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040AA is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 170 -
CMYK 0 0.73 0.29 0.06
HSL 323.86º 0.85% 0.6% -
HSV(B) 323.86º 0.73% 0.94% -
XYZ 45.02 25.09 40.5 -
YUV 128.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 240 64 170 0 0.73 0.29 0.06 323.86 0.85 0.6
Hex F0 40 AA 0 49 1D 6 144 55 3C
Octal 360 100 252 0 111 35 6 504 125 74
Binary 11110000 1000000 10101010 0 1001001 11101 110 101000100 1010101 111100

Color Harmonies of #F040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040AA

Black with #F040AA

Text Example


Text Example

White with #F040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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