Html Css Color HEX #F53891 Wild Strawberry

📋 copy color: '#F53891'

red 245 ◦ green 56 ◦ blue 145

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

Shades of Wild Strawberry #F53891

Tints of Wild Strawberry #F53891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.51%

R = 54.93%
G = 12.56%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F53891 (or 0xF53891) is known color: Wild Strawberry. HEX triplet: F5, 38 and 91. RGB value is (245,56,145). Sum of RGB (Red+Green+Blue) = 245+56+145=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F53891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53891 is #0AC76E. Grayscale: #7A7A7A. Windows color (decimal): -706415 or 9517301. OLE color: 9517301.

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

Color convert

RGB 245 56 145 -
CMYK 0 0.77 0.41 0.04
HSL 331.75º 0.9% 0.59% -
HSV(B) 331.75º 0.77% 0.96% -
XYZ 44.18 24.29 29.15 -
YUV 122.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 245 56 145 0 0.77 0.41 0.04 331.75 0.9 0.59
Hex F5 38 91 0 4D 29 4 14C 5A 3B
Octal 365 70 221 0 115 51 4 514 132 73
Binary 11110101 111000 10010001 0 1001101 101001 100 101001100 1011010 111011

Color Harmonies of #F53891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53891

Black with #F53891

Text Example


Text Example

White with #F53891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53891; }

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

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

background-color css

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

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

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

border-color css

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

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

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