Html Css Color HEX #F03A96 Wild Strawberry

📋 copy color: '#F03A96'

red 240 ◦ green 58 ◦ blue 150

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

Shades of Wild Strawberry #F03A96

Tints of Wild Strawberry #F03A96

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.95%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 53.57%
G = 12.95%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03A96 (or 0xF03A96) is known color: Wild Strawberry. HEX triplet: F0, 3A and 96. RGB value is (240,58,150). Sum of RGB (Red+Green+Blue) = 240+58+150=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A96 is #0FC569. Grayscale: #7A7A7A. Windows color (decimal): -1033578 or 9845488. OLE color: 9845488.

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

Color convert

RGB 240 58 150 -
CMYK 0 0.76 0.37 0.06
HSL 329.67º 0.86% 0.58% -
HSV(B) 329.67º 0.76% 0.94% -
XYZ 42.95 23.75 31.18 -
YUV 122.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 240 58 150 0 0.76 0.37 0.06 329.67 0.86 0.58
Hex F0 3A 96 0 4C 25 6 14A 56 3A
Octal 360 72 226 0 114 45 6 512 126 72
Binary 11110000 111010 10010110 0 1001100 100101 110 101001010 1010110 111010

Color Harmonies of #F03A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A96

Black with #F03A96

Text Example


Text Example

White with #F03A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A96; }

 p { color: rgb(240,58,150); }

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

background-color css

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

 a { background-color: rgb(240,58,150); }

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

border-color css

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

 span { border-color: rgb(240,58,150); }

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