Html Css Color HEX #F0399E Wild Strawberry

📋 copy color: '#F0399E'

red 240 ◦ green 57 ◦ blue 158

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

Shades of Wild Strawberry #F0399E

Tints of Wild Strawberry #F0399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 52.75%
G = 12.53%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0399E (or 0xF0399E) is known color: Wild Strawberry. HEX triplet: F0, 39 and 9E. RGB value is (240,57,158). Sum of RGB (Red+Green+Blue) = 240+57+158=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0399E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0399E is #0FC661. Grayscale: #7B7B7B. Windows color (decimal): -1033826 or 10369520. OLE color: 10369520.

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

Color convert

RGB 240 57 158 -
CMYK 0 0.76 0.34 0.06
HSL 326.89º 0.86% 0.58% -
HSV(B) 326.89º 0.76% 0.94% -
XYZ 43.57 23.92 34.67 -
YUV 123.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 240 57 158 0 0.76 0.34 0.06 326.89 0.86 0.58
Hex F0 39 9E 0 4C 22 6 147 56 3A
Octal 360 71 236 0 114 42 6 507 126 72
Binary 11110000 111001 10011110 0 1001100 100010 110 101000111 1010110 111010

Color Harmonies of #F0399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0399E

Black with #F0399E

Text Example


Text Example

White with #F0399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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