Html Css Color HEX #F03495 Wild Strawberry

📋 copy color: '#F03495'

red 240 ◦ green 52 ◦ blue 149

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

Shades of Wild Strawberry #F03495

Tints of Wild Strawberry #F03495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.79%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 54.42%
G = 11.79%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F03495 (or 0xF03495) is known color: Wild Strawberry. HEX triplet: F0, 34 and 95. RGB value is (240,52,149). Sum of RGB (Red+Green+Blue) = 240+52+149=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03495 is #0FCB6A. Grayscale: #777777. Windows color (decimal): -1035115 or 9778416. OLE color: 9778416.

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

Color convert

RGB 240 52 149 -
CMYK 0 0.78 0.38 0.06
HSL 329.04º 0.86% 0.57% -
HSV(B) 329.04º 0.78% 0.94% -
XYZ 42.59 23.15 30.66 -
YUV 119.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 240 52 149 0 0.78 0.38 0.06 329.04 0.86 0.57
Hex F0 34 95 0 4E 26 6 149 56 39
Octal 360 64 225 0 116 46 6 511 126 71
Binary 11110000 110100 10010101 0 1001110 100110 110 101001001 1010110 111001

Color Harmonies of #F03495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03495

Black with #F03495

Text Example


Text Example

White with #F03495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03495; }

 p { color: rgb(240,52,149); }

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

background-color css

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

 a { background-color: rgb(240,52,149); }

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

border-color css

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

 span { border-color: rgb(240,52,149); }

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