Html Css Color HEX #F03095 Wild Strawberry

📋 copy color: '#F03095'

red 240 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #F03095

Tints of Wild Strawberry #F03095

RGB

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

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

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

R = 54.92%
G = 10.98%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F03095 (or 0xF03095) is known color: Wild Strawberry. HEX triplet: F0, 30 and 95. RGB value is (240,48,149). Sum of RGB (Red+Green+Blue) = 240+48+149=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03095 is #0FCF6A. Grayscale: #747474. Windows color (decimal): -1036139 or 9777392. OLE color: 9777392.

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

Color convert

RGB 240 48 149 -
CMYK 0 0.8 0.38 0.06
HSL 328.44º 0.86% 0.56% -
HSV(B) 328.44º 0.8% 0.94% -
XYZ 42.42 22.81 30.6 -
YUV 116.92 146.11 215.79 -
System Red Green Blue C M Y K H S L
Decimal 240 48 149 0 0.8 0.38 0.06 328.44 0.86 0.56
Hex F0 30 95 0 50 26 6 148 56 38
Octal 360 60 225 0 120 46 6 510 126 70
Binary 11110000 110000 10010101 0 1010000 100110 110 101001000 1010110 111000

Color Harmonies of #F03095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03095

Black with #F03095

Text Example


Text Example

White with #F03095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03095; }

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

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

background-color css

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

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

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

border-color css

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

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

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