Html Css Color HEX #F52991 Wild Strawberry

📋 copy color: '#F52991'

red 245 ◦ green 41 ◦ blue 145

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

Shades of Wild Strawberry #F52991

Tints of Wild Strawberry #F52991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.51%

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

R = 56.84%
G = 9.51%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F52991 (or 0xF52991) is known color: Wild Strawberry. HEX triplet: F5, 29 and 91. RGB value is (245,41,145). Sum of RGB (Red+Green+Blue) = 245+41+145=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F52991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52991 is #0AD66E. Grayscale: #717171. Windows color (decimal): -710255 or 9513461. OLE color: 9513461.

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

Color convert

RGB 245 41 145 -
CMYK 0 0.83 0.41 0.04
HSL 329.41º 0.91% 0.56% -
HSV(B) 329.41º 0.83% 0.96% -
XYZ 43.56 23.04 28.94 -
YUV 113.85 145.59 221.54 -
System Red Green Blue C M Y K H S L
Decimal 245 41 145 0 0.83 0.41 0.04 329.41 0.91 0.56
Hex F5 29 91 0 53 29 4 149 5B 38
Octal 365 51 221 0 123 51 4 511 133 70
Binary 11110101 101001 10010001 0 1010011 101001 100 101001001 1011011 111000

Color Harmonies of #F52991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52991

Black with #F52991

Text Example


Text Example

White with #F52991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52991; }

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

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

background-color css

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

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

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

border-color css

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

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

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