Html Css Color HEX #F0339A Wild Strawberry

📋 copy color: '#F0339A'

red 240 ◦ green 51 ◦ blue 154

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

Shades of Wild Strawberry #F0339A

Tints of Wild Strawberry #F0339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.46%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 53.93%
G = 11.46%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0339A (or 0xF0339A) is known color: Wild Strawberry. HEX triplet: F0, 33 and 9A. RGB value is (240,51,154). Sum of RGB (Red+Green+Blue) = 240+51+154=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0339A is #0FCC65. Grayscale: #777777. Windows color (decimal): -1035366 or 10105840. OLE color: 10105840.

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

Color convert

RGB 240 51 154 -
CMYK 0 0.79 0.36 0.06
HSL 327.3º 0.86% 0.57% -
HSV(B) 327.3º 0.79% 0.94% -
XYZ 42.95 23.23 32.79 -
YUV 119.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 240 51 154 0 0.79 0.36 0.06 327.3 0.86 0.57
Hex F0 33 9A 0 4F 24 6 147 56 39
Octal 360 63 232 0 117 44 6 507 126 71
Binary 11110000 110011 10011010 0 1001111 100100 110 101000111 1010110 111001

Color Harmonies of #F0339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0339A

Black with #F0339A

Text Example


Text Example

White with #F0339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0339A; }

 p { color: rgb(240,51,154); }

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

background-color css

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

 a { background-color: rgb(240,51,154); }

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

border-color css

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

 span { border-color: rgb(240,51,154); }

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