Html Css Color HEX #F03390 Wild Strawberry

📋 copy color: '#F03390'

red 240 ◦ green 51 ◦ blue 144

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

Shades of Wild Strawberry #F03390

Tints of Wild Strawberry #F03390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 55.17%
G = 11.72%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F03390 (or 0xF03390) is known color: Wild Strawberry. HEX triplet: F0, 33 and 90. RGB value is (240,51,144). Sum of RGB (Red+Green+Blue) = 240+51+144=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03390 is #0FCC6F. Grayscale: #757575. Windows color (decimal): -1035376 or 9450480. OLE color: 9450480.

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

Color convert

RGB 240 51 144 -
CMYK 0 0.79 0.4 0.06
HSL 330.48º 0.86% 0.57% -
HSV(B) 330.48º 0.79% 0.94% -
XYZ 42.15 22.91 28.59 -
YUV 118.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 240 51 144 0 0.79 0.4 0.06 330.48 0.86 0.57
Hex F0 33 90 0 4F 28 6 14A 56 39
Octal 360 63 220 0 117 50 6 512 126 71
Binary 11110000 110011 10010000 0 1001111 101000 110 101001010 1010110 111001

Color Harmonies of #F03390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03390

Black with #F03390

Text Example


Text Example

White with #F03390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03390; }

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

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

background-color css

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

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

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

border-color css

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

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

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