Html Css Color HEX #F52691 Wild Strawberry

📋 copy color: '#F52691'

red 245 ◦ green 38 ◦ blue 145

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

Shades of Wild Strawberry #F52691

Tints of Wild Strawberry #F52691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.88%

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

R = 57.24%
G = 8.88%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F52691 (or 0xF52691) is known color: Wild Strawberry. HEX triplet: F5, 26 and 91. RGB value is (245,38,145). Sum of RGB (Red+Green+Blue) = 245+38+145=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52691 is #0AD96E. Grayscale: #6F6F6F. Windows color (decimal): -711023 or 9512693. OLE color: 9512693.

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

Color convert

RGB 245 38 145 -
CMYK 0 0.84 0.41 0.04
HSL 328.99º 0.91% 0.55% -
HSV(B) 328.99º 0.84% 0.96% -
XYZ 43.46 22.84 28.91 -
YUV 112.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 245 38 145 0 0.84 0.41 0.04 328.99 0.91 0.55
Hex F5 26 91 0 54 29 4 149 5B 37
Octal 365 46 221 0 124 51 4 511 133 67
Binary 11110101 100110 10010001 0 1010100 101001 100 101001001 1011011 110111

Color Harmonies of #F52691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52691

Black with #F52691

Text Example


Text Example

White with #F52691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52691; }

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

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

background-color css

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

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

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

border-color css

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

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

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