Html Css Color HEX #F33592 Wild Strawberry

📋 copy color: '#F33592'

red 243 ◦ green 53 ◦ blue 146

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

Shades of Wild Strawberry #F33592

Tints of Wild Strawberry #F33592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 54.98%
G = 11.99%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F33592 (or 0xF33592) is known color: Wild Strawberry. HEX triplet: F3, 35 and 92. RGB value is (243,53,146). Sum of RGB (Red+Green+Blue) = 243+53+146=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F33592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33592 is #0CCA6D. Grayscale: #787878. Windows color (decimal): -838254 or 9582067. OLE color: 9582067.

HSL color Cylindrical-coordinate representation of color #F33592: hue angle of 330.63º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33592 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 53 146 -
CMYK 0 0.78 0.40 0.05
HSL 330.63º 0.89% 0.58% -
HSV(B) 330.63º 0.78% 0.95% -
XYZ 43.42 23.68 29.48 -
YUV 120.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 243 53 146 0 0.78 0.40 0.05 330.63 0.89 0.58
Hex F3 35 92 0 4E 28 5 14B 59 3A
Octal 363 65 222 0 116 50 5 513 131 72
Binary 11110011 110101 10010010 0 1001110 101000 101 101001011 1011001 111010

Color Harmonies of #F33592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33592

Black with #F33592

Text Example


Text Example

White with #F33592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33592; }

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

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

background-color css

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

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

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

border-color css

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

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

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