Html Css Color HEX #F036A0 Wild Strawberry

📋 copy color: '#F036A0'

red 240 ◦ green 54 ◦ blue 160

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

Shades of Wild Strawberry #F036A0

Tints of Wild Strawberry #F036A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

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

R = 52.86%
G = 11.89%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F036A0 (or 0xF036A0) is known color: Wild Strawberry. HEX triplet: F0, 36 and A0. RGB value is (240,54,160). Sum of RGB (Red+Green+Blue) = 240+54+160=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F036A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F036A0 is #0FC95F. Grayscale: #797979. Windows color (decimal): -1034592 or 10499824. OLE color: 10499824.

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

Color convert

RGB 240 54 160 -
CMYK 0 0.78 0.33 0.06
HSL 325.81º 0.86% 0.58% -
HSV(B) 325.81º 0.78% 0.94% -
XYZ 43.6 23.7 35.53 -
YUV 121.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 240 54 160 0 0.78 0.33 0.06 325.81 0.86 0.58
Hex F0 36 A0 0 4E 21 6 146 56 3A
Octal 360 66 240 0 116 41 6 506 126 72
Binary 11110000 110110 10100000 0 1001110 100001 110 101000110 1010110 111010

Color Harmonies of #F036A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036A0

Black with #F036A0

Text Example


Text Example

White with #F036A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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