Html Css Color HEX #F03198 Wild Strawberry

📋 copy color: '#F03198'

red 240 ◦ green 49 ◦ blue 152

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

Shades of Wild Strawberry #F03198

Tints of Wild Strawberry #F03198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 54.42%
G = 11.11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03198 (or 0xF03198) is known color: Wild Strawberry. HEX triplet: F0, 31 and 98. RGB value is (240,49,152). Sum of RGB (Red+Green+Blue) = 240+49+152=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03198 is #0FCE67. Grayscale: #757575. Windows color (decimal): -1035880 or 9974256. OLE color: 9974256.

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

Color convert

RGB 240 49 152 -
CMYK 0 0.80 0.37 0.06
HSL 327.64º 0.86% 0.57% -
HSV(B) 327.64º 0.8% 0.94% -
XYZ 42.7 22.99 31.89 -
YUV 117.85 147.28 215.12 -
System Red Green Blue C M Y K H S L
Decimal 240 49 152 0 0.80 0.37 0.06 327.64 0.86 0.57
Hex F0 31 98 0 50 25 6 148 56 39
Octal 360 61 230 0 120 45 6 510 126 71
Binary 11110000 110001 10011000 0 1010000 100101 110 101001000 1010110 111001

Color Harmonies of #F03198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03198

Black with #F03198

Text Example


Text Example

White with #F03198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03198; }

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

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

background-color css

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

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

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

border-color css

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

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

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