Html Css Color HEX #F53593 Wild Strawberry

📋 copy color: '#F53593'

red 245 ◦ green 53 ◦ blue 147

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

Shades of Wild Strawberry #F53593

Tints of Wild Strawberry #F53593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.91%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 55.06%
G = 11.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F53593 (or 0xF53593) is known color: Wild Strawberry. HEX triplet: F5, 35 and 93. RGB value is (245,53,147). Sum of RGB (Red+Green+Blue) = 245+53+147=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F53593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53593 is #0ACA6C. Grayscale: #787878. Windows color (decimal): -707181 or 9647605. OLE color: 9647605.

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

Color convert

RGB 245 53 147 -
CMYK 0 0.78 0.4 0.04
HSL 330.63º 0.91% 0.58% -
HSV(B) 330.63º 0.78% 0.96% -
XYZ 44.2 24.07 29.92 -
YUV 121.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 245 53 147 0 0.78 0.4 0.04 330.63 0.91 0.58
Hex F5 35 93 0 4E 28 4 14B 5B 3A
Octal 365 65 223 0 116 50 4 513 133 72
Binary 11110101 110101 10010011 0 1001110 101000 100 101001011 1011011 111010

Color Harmonies of #F53593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53593

Black with #F53593

Text Example


Text Example

White with #F53593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53593; }

 p { color: rgb(245,53,147); }

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

background-color css

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

 a { background-color: rgb(245,53,147); }

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

border-color css

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

 span { border-color: rgb(245,53,147); }

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