Html Css Color HEX #F33090 Wild Strawberry

📋 copy color: '#F33090'

red 243 ◦ green 48 ◦ blue 144

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

Shades of Wild Strawberry #F33090

Tints of Wild Strawberry #F33090

RGB

 RED value IS 243 (95.31% from 255) = 55.86%

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

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 55.86%
G = 11.03%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F33090 (or 0xF33090) is known color: Wild Strawberry. HEX triplet: F3, 30 and 90. RGB value is (243,48,144). Sum of RGB (Red+Green+Blue) = 243+48+144=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F33090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33090 is #0CCF6F. Grayscale: #757575. Windows color (decimal): -839536 or 9449715. OLE color: 9449715.

HSL color Cylindrical-coordinate representation of color #F33090: hue angle of 330.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33090 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 144 -
CMYK 0 0.80 0.41 0.05
HSL 330.46º 0.89% 0.57% -
HSV(B) 330.46º 0.8% 0.95% -
XYZ 43.05 23.18 28.59 -
YUV 117.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 243 48 144 0 0.80 0.41 0.05 330.46 0.89 0.57
Hex F3 30 90 0 50 29 5 14A 59 39
Octal 363 60 220 0 120 51 5 512 131 71
Binary 11110011 110000 10010000 0 1010000 101001 101 101001010 1011001 111001

Color Harmonies of #F33090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33090

Black with #F33090

Text Example


Text Example

White with #F33090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33090; }

 p { color: rgb(243,48,144); }

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

background-color css

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

 a { background-color: rgb(243,48,144); }

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

border-color css

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

 span { border-color: rgb(243,48,144); }

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