Html Css Color HEX #F53699 Wild Strawberry

📋 copy color: '#F53699'

red 245 ◦ green 54 ◦ blue 153

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

Shades of Wild Strawberry #F53699

Tints of Wild Strawberry #F53699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.95%

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

R = 54.2%
G = 11.95%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53699 (or 0xF53699) is known color: Wild Strawberry. HEX triplet: F5, 36 and 99. RGB value is (245,54,153). Sum of RGB (Red+Green+Blue) = 245+54+153=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F53699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53699 is #0AC966. Grayscale: #7A7A7A. Windows color (decimal): -706919 or 10041077. OLE color: 10041077.

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

Color convert

RGB 245 54 153 -
CMYK 0 0.78 0.38 0.04
HSL 328.9º 0.91% 0.59% -
HSV(B) 328.9º 0.78% 0.96% -
XYZ 44.73 24.35 32.48 -
YUV 122.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 245 54 153 0 0.78 0.38 0.04 328.9 0.91 0.59
Hex F5 36 99 0 4E 26 4 149 5B 3B
Octal 365 66 231 0 116 46 4 511 133 73
Binary 11110101 110110 10011001 0 1001110 100110 100 101001001 1011011 111011

Color Harmonies of #F53699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53699

Black with #F53699

Text Example


Text Example

White with #F53699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53699; }

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

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

background-color css

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

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

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

border-color css

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

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

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