Html Css Color HEX #F03194 Wild Strawberry

📋 copy color: '#F03194'

red 240 ◦ green 49 ◦ blue 148

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

Shades of Wild Strawberry #F03194

Tints of Wild Strawberry #F03194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.21%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 54.92%
G = 11.21%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F03194 (or 0xF03194) is known color: Wild Strawberry. HEX triplet: F0, 31 and 94. RGB value is (240,49,148). Sum of RGB (Red+Green+Blue) = 240+49+148=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03194 is #0FCE6B. Grayscale: #757575. Windows color (decimal): -1035884 or 9712112. OLE color: 9712112.

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

Color convert

RGB 240 49 148 -
CMYK 0 0.80 0.38 0.06
HSL 328.9º 0.86% 0.57% -
HSV(B) 328.9º 0.8% 0.94% -
XYZ 42.38 22.86 30.2 -
YUV 117.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 240 49 148 0 0.80 0.38 0.06 328.9 0.86 0.57
Hex F0 31 94 0 50 26 6 149 56 39
Octal 360 61 224 0 120 46 6 511 126 71
Binary 11110000 110001 10010100 0 1010000 100110 110 101001001 1010110 111001

Color Harmonies of #F03194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03194

Black with #F03194

Text Example


Text Example

White with #F03194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03194; }

 p { color: rgb(240,49,148); }

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

background-color css

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

 a { background-color: rgb(240,49,148); }

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

border-color css

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

 span { border-color: rgb(240,49,148); }

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