Html Css Color HEX #F52A93 Wild Strawberry

📋 copy color: '#F52A93'

red 245 ◦ green 42 ◦ blue 147

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

Shades of Wild Strawberry #F52A93

Tints of Wild Strawberry #F52A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

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

R = 56.45%
G = 9.68%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F52A93 (or 0xF52A93) is known color: Wild Strawberry. HEX triplet: F5, 2A and 93. RGB value is (245,42,147). Sum of RGB (Red+Green+Blue) = 245+42+147=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52A93 is #0AD56C. Grayscale: #727272. Windows color (decimal): -709997 or 9644789. OLE color: 9644789.

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

Color convert

RGB 245 42 147 -
CMYK 0 0.83 0.4 0.04
HSL 328.97º 0.91% 0.56% -
HSV(B) 328.97º 0.83% 0.96% -
XYZ 43.75 23.17 29.77 -
YUV 114.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 245 42 147 0 0.83 0.4 0.04 328.97 0.91 0.56
Hex F5 2A 93 0 53 28 4 149 5B 38
Octal 365 52 223 0 123 50 4 511 133 70
Binary 11110101 101010 10010011 0 1010011 101000 100 101001001 1011011 111000

Color Harmonies of #F52A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52A93

Black with #F52A93

Text Example


Text Example

White with #F52A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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