Html Css Color HEX #F53EAC Wild Strawberry

📋 copy color: '#F53EAC'

red 245 ◦ green 62 ◦ blue 172

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

Shades of Wild Strawberry #F53EAC

Tints of Wild Strawberry #F53EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.94%

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 51.15%
G = 12.94%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F53EAC (or 0xF53EAC) is known color: Wild Strawberry. HEX triplet: F5, 3E and AC. RGB value is (245,62,172). Sum of RGB (Red+Green+Blue) = 245+62+172=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53EAC is #0AC153. Grayscale: #818181. Windows color (decimal): -704852 or 11288309. OLE color: 11288309.

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

Color convert

RGB 245 62 172 -
CMYK 0 0.75 0.30 0.04
HSL 323.93º 0.9% 0.6% -
HSV(B) 323.93º 0.75% 0.96% -
XYZ 46.83 25.84 41.55 -
YUV 129.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 245 62 172 0 0.75 0.30 0.04 323.93 0.9 0.6
Hex F5 3E AC 0 4B 1E 4 144 5A 3C
Octal 365 76 254 0 113 36 4 504 132 74
Binary 11110101 111110 10101100 0 1001011 11110 100 101000100 1011010 111100

Color Harmonies of #F53EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53EAC

Black with #F53EAC

Text Example


Text Example

White with #F53EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53EAC; }

 p { color: rgb(245,62,172); }

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

background-color css

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

 a { background-color: rgb(245,62,172); }

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

border-color css

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

 span { border-color: rgb(245,62,172); }

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