Html Css Color HEX #F034A0 Wild Strawberry

📋 copy color: '#F034A0'

red 240 ◦ green 52 ◦ blue 160

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

Shades of Wild Strawberry #F034A0

Tints of Wild Strawberry #F034A0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.5%

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

R = 53.1%
G = 11.5%
B = 35.4%

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

#F034A0 (or 0xF034A0) is known color: Wild Strawberry. HEX triplet: F0, 34 and A0. RGB value is (240,52,160). Sum of RGB (Red+Green+Blue) = 240+52+160=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F034A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034A0 is #0FCB5F. Grayscale: #787878. Windows color (decimal): -1035104 or 10499312. OLE color: 10499312.

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

Color convert

RGB 240 52 160 -
CMYK 0 0.78 0.33 0.06
HSL 325.53º 0.86% 0.57% -
HSV(B) 325.53º 0.78% 0.94% -
XYZ 43.51 23.52 35.5 -
YUV 120.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 240 52 160 0 0.78 0.33 0.06 325.53 0.86 0.57
Hex F0 34 A0 0 4E 21 6 146 56 39
Octal 360 64 240 0 116 41 6 506 126 71
Binary 11110000 110100 10100000 0 1001110 100001 110 101000110 1010110 111001

Color Harmonies of #F034A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F034A0

Black with #F034A0

Text Example


Text Example

White with #F034A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F034A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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