Html Css Color HEX #F53899 Wild Strawberry

📋 copy color: '#F53899'

red 245 ◦ green 56 ◦ blue 153

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

Shades of Wild Strawberry #F53899

Tints of Wild Strawberry #F53899

RGB

 RED value IS 245 (96.09% from 255) = 53.96%

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 53.96%
G = 12.33%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53899 (or 0xF53899) is known color: Wild Strawberry. HEX triplet: F5, 38 and 99. RGB value is (245,56,153). Sum of RGB (Red+Green+Blue) = 245+56+153=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F53899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53899 is #0AC766. Grayscale: #7B7B7B. Windows color (decimal): -706407 or 10041589. OLE color: 10041589.

HSL color Cylindrical-coordinate representation of color #F53899: hue angle of 329.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53899 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 153 -
CMYK 0 0.77 0.38 0.04
HSL 329.21º 0.9% 0.59% -
HSV(B) 329.21º 0.77% 0.96% -
XYZ 44.82 24.54 32.51 -
YUV 123.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 245 56 153 0 0.77 0.38 0.04 329.21 0.9 0.59
Hex F5 38 99 0 4D 26 4 149 5A 3B
Octal 365 70 231 0 115 46 4 511 132 73
Binary 11110101 111000 10011001 0 1001101 100110 100 101001001 1011010 111011

Color Harmonies of #F53899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53899

Black with #F53899

Text Example


Text Example

White with #F53899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53899; }

 p { color: rgb(245,56,153); }

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

background-color css

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

 a { background-color: rgb(245,56,153); }

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

border-color css

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

 span { border-color: rgb(245,56,153); }

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