Html Css Color HEX #F33995 Wild Strawberry

📋 copy color: '#F33995'

red 243 ◦ green 57 ◦ blue 149

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

Shades of Wild Strawberry #F33995

Tints of Wild Strawberry #F33995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.69%

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

R = 54.12%
G = 12.69%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F33995 (or 0xF33995) is known color: Wild Strawberry. HEX triplet: F3, 39 and 95. RGB value is (243,57,149). Sum of RGB (Red+Green+Blue) = 243+57+149=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F33995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33995 is #0CC66A. Grayscale: #7A7A7A. Windows color (decimal): -837227 or 9779699. OLE color: 9779699.

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

Color convert

RGB 243 57 149 -
CMYK 0 0.77 0.39 0.05
HSL 330.32º 0.89% 0.59% -
HSV(B) 330.32º 0.77% 0.95% -
XYZ 43.85 24.15 30.78 -
YUV 123.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 243 57 149 0 0.77 0.39 0.05 330.32 0.89 0.59
Hex F3 39 95 0 4D 27 5 14A 59 3B
Octal 363 71 225 0 115 47 5 512 131 73
Binary 11110011 111001 10010101 0 1001101 100111 101 101001010 1011001 111011

Color Harmonies of #F33995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33995

Black with #F33995

Text Example


Text Example

White with #F33995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33995; }

 p { color: rgb(243,57,149); }

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

background-color css

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

 a { background-color: rgb(243,57,149); }

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

border-color css

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

 span { border-color: rgb(243,57,149); }

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