Html Css Color HEX #F53993 Wild Strawberry

📋 copy color: '#F53993'

red 245 ◦ green 57 ◦ blue 147

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

Shades of Wild Strawberry #F53993

Tints of Wild Strawberry #F53993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.69%

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

R = 54.57%
G = 12.69%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F53993 (or 0xF53993) is known color: Wild Strawberry. HEX triplet: F5, 39 and 93. RGB value is (245,57,147). Sum of RGB (Red+Green+Blue) = 245+57+147=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F53993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53993 is #0AC66C. Grayscale: #7B7B7B. Windows color (decimal): -706157 or 9648629. OLE color: 9648629.

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

Color convert

RGB 245 57 147 -
CMYK 0 0.77 0.4 0.04
HSL 331.28º 0.9% 0.59% -
HSV(B) 331.28º 0.77% 0.96% -
XYZ 44.39 24.45 29.98 -
YUV 123.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 245 57 147 0 0.77 0.4 0.04 331.28 0.9 0.59
Hex F5 39 93 0 4D 28 4 14B 5A 3B
Octal 365 71 223 0 115 50 4 513 132 73
Binary 11110101 111001 10010011 0 1001101 101000 100 101001011 1011010 111011

Color Harmonies of #F53993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53993

Black with #F53993

Text Example


Text Example

White with #F53993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53993; }

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

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

background-color css

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

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

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

border-color css

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

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

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