Html Css Color HEX #F0339B Wild Strawberry

📋 copy color: '#F0339B'

red 240 ◦ green 51 ◦ blue 155

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

Shades of Wild Strawberry #F0339B

Tints of Wild Strawberry #F0339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 53.81%
G = 11.43%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0339B (or 0xF0339B) is known color: Wild Strawberry. HEX triplet: F0, 33 and 9B. RGB value is (240,51,155). Sum of RGB (Red+Green+Blue) = 240+51+155=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0339B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0339B is #0FCC64. Grayscale: #777777. Windows color (decimal): -1035365 or 10171376. OLE color: 10171376.

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

Color convert

RGB 240 51 155 -
CMYK 0 0.79 0.35 0.06
HSL 326.98º 0.86% 0.57% -
HSV(B) 326.98º 0.79% 0.94% -
XYZ 43.04 23.26 33.23 -
YUV 119.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 240 51 155 0 0.79 0.35 0.06 326.98 0.86 0.57
Hex F0 33 9B 0 4F 23 6 147 56 39
Octal 360 63 233 0 117 43 6 507 126 71
Binary 11110000 110011 10011011 0 1001111 100011 110 101000111 1010110 111001

Color Harmonies of #F0339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0339B

Black with #F0339B

Text Example


Text Example

White with #F0339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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