Html Css Color HEX #F53696 Wild Strawberry

📋 copy color: '#F53696'

red 245 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #F53696

Tints of Wild Strawberry #F53696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 54.57%
G = 12.03%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F53696 (or 0xF53696) is known color: Wild Strawberry. HEX triplet: F5, 36 and 96. RGB value is (245,54,150). Sum of RGB (Red+Green+Blue) = 245+54+150=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F53696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53696 is #0AC969. Grayscale: #797979. Windows color (decimal): -706922 or 9844469. OLE color: 9844469.

HSL color Cylindrical-coordinate representation of color #F53696: hue angle of 329.84º 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 #F53696 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 54 150 -
CMYK 0 0.78 0.39 0.04
HSL 329.84º 0.91% 0.59% -
HSV(B) 329.84º 0.78% 0.96% -
XYZ 44.48 24.25 31.19 -
YUV 122.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 245 54 150 0 0.78 0.39 0.04 329.84 0.91 0.59
Hex F5 36 96 0 4E 27 4 14A 5B 3B
Octal 365 66 226 0 116 47 4 512 133 73
Binary 11110101 110110 10010110 0 1001110 100111 100 101001010 1011011 111011

Color Harmonies of #F53696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53696

Black with #F53696

Text Example


Text Example

White with #F53696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53696; }

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

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

background-color css

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

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

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

border-color css

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

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

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