Html Css Color HEX #F03096 Wild Strawberry

📋 copy color: '#F03096'

red 240 ◦ green 48 ◦ blue 150

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

Shades of Wild Strawberry #F03096

Tints of Wild Strawberry #F03096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

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

R = 54.79%
G = 10.96%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03096 (or 0xF03096) is known color: Wild Strawberry. HEX triplet: F0, 30 and 96. RGB value is (240,48,150). Sum of RGB (Red+Green+Blue) = 240+48+150=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03096 is #0FCF69. Grayscale: #747474. Windows color (decimal): -1036138 or 9842928. OLE color: 9842928.

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

Color convert

RGB 240 48 150 -
CMYK 0 0.8 0.37 0.06
HSL 328.13º 0.86% 0.56% -
HSV(B) 328.13º 0.8% 0.94% -
XYZ 42.5 22.84 31.02 -
YUV 117.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 240 48 150 0 0.8 0.37 0.06 328.13 0.86 0.56
Hex F0 30 96 0 50 25 6 148 56 38
Octal 360 60 226 0 120 45 6 510 126 70
Binary 11110000 110000 10010110 0 1010000 100101 110 101001000 1010110 111000

Color Harmonies of #F03096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03096

Black with #F03096

Text Example


Text Example

White with #F03096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03096; }

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

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

background-color css

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

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

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

border-color css

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

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

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