Html Css Color HEX #F03AA0 Wild Strawberry

📋 copy color: '#F03AA0'

red 240 ◦ green 58 ◦ blue 160

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

Shades of Wild Strawberry #F03AA0

Tints of Wild Strawberry #F03AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 52.4%
G = 12.66%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F03AA0 (or 0xF03AA0) is known color: Wild Strawberry. HEX triplet: F0, 3A and A0. RGB value is (240,58,160). Sum of RGB (Red+Green+Blue) = 240+58+160=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03AA0 is #0FC55F. Grayscale: #7B7B7B. Windows color (decimal): -1033568 or 10500848. OLE color: 10500848.

HSL color Cylindrical-coordinate representation of color #F03AA0: hue angle of 326.37º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AA0 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 160 -
CMYK 0 0.76 0.33 0.06
HSL 326.37º 0.86% 0.58% -
HSV(B) 326.37º 0.76% 0.94% -
XYZ 43.79 24.09 35.6 -
YUV 124.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 240 58 160 0 0.76 0.33 0.06 326.37 0.86 0.58
Hex F0 3A A0 0 4C 21 6 146 56 3A
Octal 360 72 240 0 114 41 6 506 126 72
Binary 11110000 111010 10100000 0 1001100 100001 110 101000110 1010110 111010

Color Harmonies of #F03AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03AA0

Black with #F03AA0

Text Example


Text Example

White with #F03AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03AA0; }

 p { color: rgb(240,58,160); }

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

background-color css

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

 a { background-color: rgb(240,58,160); }

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

border-color css

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

 span { border-color: rgb(240,58,160); }

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