#F33C98

Color #F33C98 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F33C98

Tints of Wild Strawberry #F33C98

Color information

#F33C98 (or 0xF33C98) is unknown color: approx Wild Strawberry. HEX triplet: F3, 3C and 98. RGB value is (243,60,152). Sum of RGB (Red+Green+Blue) = 243+60+152=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33C98 is #0CC367. Grayscale: #7D7D7D. Windows color (decimal): -836456 or 9977075. OLE color: 9977075.

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

Color convert

RGB24360152-
CMYK00.750.370.05
HSL329.84º88.41%59.41%-
HSV(B)329.84º75.31%95.29%-
XYZ44.2524.5532.11-
YUV125.2143.13212.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 60 (23.83% from 255) = 13.19%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=53.41%
G=13.19%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436015200.750.370.05329.8488.4159.41
HexF33C9804B25514a583b
Octal36374230011345551213073
Binary1111001111110010011000010010111001011011010010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33C98; }

 p { color: rgb(243,60,152); }

 H1.HeaderClassName
 {
   color: #F33C98;
 }
 .AnyTagClassName
 {
   color: #F33C98;
 }
</style>
background-color css

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

 a { background-color: rgb(243,60,152); }

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

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

 span { border-color: rgb(243,60,152); }

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