Html Css Color HEX #F039A2 Wild Strawberry

📋 copy color: '#F039A2'

red 240 ◦ green 57 ◦ blue 162

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

Shades of Wild Strawberry #F039A2

Tints of Wild Strawberry #F039A2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.42%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 52.29%
G = 12.42%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F039A2 (or 0xF039A2) is known color: Wild Strawberry. HEX triplet: F0, 39 and A2. RGB value is (240,57,162). Sum of RGB (Red+Green+Blue) = 240+57+162=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F039A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F039A2 is #0FC65D. Grayscale: #7B7B7B. Windows color (decimal): -1033822 or 10631664. OLE color: 10631664.

HSL color Cylindrical-coordinate representation of color #F039A2: hue angle of 325.57º 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 #F039A2 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 162 -
CMYK 0 0.76 0.32 0.06
HSL 325.57º 0.86% 0.58% -
HSV(B) 325.57º 0.76% 0.94% -
XYZ 43.92 24.06 36.51 -
YUV 123.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 240 57 162 0 0.76 0.32 0.06 325.57 0.86 0.58
Hex F0 39 A2 0 4C 20 6 146 56 3A
Octal 360 71 242 0 114 40 6 506 126 72
Binary 11110000 111001 10100010 0 1001100 100000 110 101000110 1010110 111010

Color Harmonies of #F039A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F039A2

Black with #F039A2

Text Example


Text Example

White with #F039A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F039A2; }

 p { color: rgb(240,57,162); }

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

background-color css

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

 a { background-color: rgb(240,57,162); }

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

border-color css

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

 span { border-color: rgb(240,57,162); }

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