Html Css Color HEX #F53895 Wild Strawberry

📋 copy color: '#F53895'

red 245 ◦ green 56 ◦ blue 149

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

Shades of Wild Strawberry #F53895

Tints of Wild Strawberry #F53895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.44%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 54.44%
G = 12.44%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F53895 (or 0xF53895) is known color: Wild Strawberry. HEX triplet: F5, 38 and 95. RGB value is (245,56,149). Sum of RGB (Red+Green+Blue) = 245+56+149=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F53895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53895 is #0AC76A. Grayscale: #7A7A7A. Windows color (decimal): -706411 or 9779445. OLE color: 9779445.

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

Color convert

RGB 245 56 149 -
CMYK 0 0.77 0.39 0.04
HSL 330.48º 0.9% 0.59% -
HSV(B) 330.48º 0.77% 0.96% -
XYZ 44.5 24.41 30.8 -
YUV 123.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 245 56 149 0 0.77 0.39 0.04 330.48 0.9 0.59
Hex F5 38 95 0 4D 27 4 14A 5A 3B
Octal 365 70 225 0 115 47 4 512 132 73
Binary 11110101 111000 10010101 0 1001101 100111 100 101001010 1011010 111011

Color Harmonies of #F53895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53895

Black with #F53895

Text Example


Text Example

White with #F53895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53895; }

 p { color: rgb(245,56,149); }

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

background-color css

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

 a { background-color: rgb(245,56,149); }

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

border-color css

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

 span { border-color: rgb(245,56,149); }

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