Html Css Color HEX #F03B99 Wild Strawberry

📋 copy color: '#F03B99'

red 240 ◦ green 59 ◦ blue 153

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

Shades of Wild Strawberry #F03B99

Tints of Wild Strawberry #F03B99

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.05%

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 53.1%
G = 13.05%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F03B99 (or 0xF03B99) is known color: Wild Strawberry. HEX triplet: F0, 3B and 99. RGB value is (240,59,153). Sum of RGB (Red+Green+Blue) = 240+59+153=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B99 is #0FC466. Grayscale: #7B7B7B. Windows color (decimal): -1033319 or 10042352. OLE color: 10042352.

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

Color convert

RGB 240 59 153 -
CMYK 0 0.75 0.36 0.06
HSL 328.84º 0.86% 0.59% -
HSV(B) 328.84º 0.75% 0.94% -
XYZ 43.25 23.95 32.48 -
YUV 123.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 240 59 153 0 0.75 0.36 0.06 328.84 0.86 0.59
Hex F0 3B 99 0 4B 24 6 149 56 3B
Octal 360 73 231 0 113 44 6 511 126 73
Binary 11110000 111011 10011001 0 1001011 100100 110 101001001 1010110 111011

Color Harmonies of #F03B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B99

Black with #F03B99

Text Example


Text Example

White with #F03B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B99; }

 p { color: rgb(240,59,153); }

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

background-color css

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

 a { background-color: rgb(240,59,153); }

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

border-color css

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

 span { border-color: rgb(240,59,153); }

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