Html Css Color HEX #F03192 Wild Strawberry

📋 copy color: '#F03192'

red 240 ◦ green 49 ◦ blue 146

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

Shades of Wild Strawberry #F03192

Tints of Wild Strawberry #F03192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 55.17%
G = 11.26%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F03192 (or 0xF03192) is known color: Wild Strawberry. HEX triplet: F0, 31 and 92. RGB value is (240,49,146). Sum of RGB (Red+Green+Blue) = 240+49+146=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03192 is #0FCE6D. Grayscale: #747474. Windows color (decimal): -1035886 or 9581040. OLE color: 9581040.

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

Color convert

RGB 240 49 146 -
CMYK 0 0.80 0.39 0.06
HSL 329.53º 0.86% 0.57% -
HSV(B) 329.53º 0.8% 0.94% -
XYZ 42.22 22.8 29.37 -
YUV 117.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 240 49 146 0 0.80 0.39 0.06 329.53 0.86 0.57
Hex F0 31 92 0 50 27 6 14A 56 39
Octal 360 61 222 0 120 47 6 512 126 71
Binary 11110000 110001 10010010 0 1010000 100111 110 101001010 1010110 111001

Color Harmonies of #F03192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03192

Black with #F03192

Text Example


Text Example

White with #F03192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03192; }

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

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

background-color css

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

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

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

border-color css

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

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

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