Html Css Color HEX #F537A2 Wild Strawberry

📋 copy color: '#F537A2'

red 245 ◦ green 55 ◦ blue 162

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

Shades of Wild Strawberry #F537A2

Tints of Wild Strawberry #F537A2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 53.03%
G = 11.9%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F537A2 (or 0xF537A2) is known color: Wild Strawberry. HEX triplet: F5, 37 and A2. RGB value is (245,55,162). Sum of RGB (Red+Green+Blue) = 245+55+162=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F537A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537A2 is #0AC85D. Grayscale: #7B7B7B. Windows color (decimal): -706654 or 10631157. OLE color: 10631157.

HSL color Cylindrical-coordinate representation of color #F537A2: hue angle of 326.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537A2 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 162 -
CMYK 0 0.78 0.34 0.04
HSL 326.21º 0.9% 0.59% -
HSV(B) 326.21º 0.78% 0.96% -
XYZ 45.54 24.75 36.56 -
YUV 124.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 245 55 162 0 0.78 0.34 0.04 326.21 0.9 0.59
Hex F5 37 A2 0 4E 22 4 146 5A 3B
Octal 365 67 242 0 116 42 4 506 132 73
Binary 11110101 110111 10100010 0 1001110 100010 100 101000110 1011010 111011

Color Harmonies of #F537A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537A2

Black with #F537A2

Text Example


Text Example

White with #F537A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537A2; }

 p { color: rgb(245,55,162); }

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

background-color css

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

 a { background-color: rgb(245,55,162); }

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

border-color css

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

 span { border-color: rgb(245,55,162); }

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