Html Css Color HEX #F33092 Wild Strawberry

📋 copy color: '#F33092'

red 243 ◦ green 48 ◦ blue 146

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

Shades of Wild Strawberry #F33092

Tints of Wild Strawberry #F33092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 55.61%
G = 10.98%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F33092 (or 0xF33092) is known color: Wild Strawberry. HEX triplet: F3, 30 and 92. RGB value is (243,48,146). Sum of RGB (Red+Green+Blue) = 243+48+146=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F33092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33092 is #0CCF6D. Grayscale: #757575. Windows color (decimal): -839534 or 9580787. OLE color: 9580787.

HSL color Cylindrical-coordinate representation of color #F33092: hue angle of 329.85º 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 #F33092 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 146 -
CMYK 0 0.80 0.40 0.05
HSL 329.85º 0.89% 0.57% -
HSV(B) 329.85º 0.8% 0.95% -
XYZ 43.21 23.24 29.4 -
YUV 117.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 243 48 146 0 0.80 0.40 0.05 329.85 0.89 0.57
Hex F3 30 92 0 50 28 5 14A 59 39
Octal 363 60 222 0 120 50 5 512 131 71
Binary 11110011 110000 10010010 0 1010000 101000 101 101001010 1011001 111001

Color Harmonies of #F33092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33092

Black with #F33092

Text Example


Text Example

White with #F33092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33092; }

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

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

background-color css

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

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

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

border-color css

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

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

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