Html Css Color HEX #F53AA4 Wild Strawberry

📋 copy color: '#F53AA4'

red 245 ◦ green 58 ◦ blue 164

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

Shades of Wild Strawberry #F53AA4

Tints of Wild Strawberry #F53AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 52.46%
G = 12.42%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F53AA4 (or 0xF53AA4) is known color: Wild Strawberry. HEX triplet: F5, 3A and A4. RGB value is (245,58,164). Sum of RGB (Red+Green+Blue) = 245+58+164=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53AA4 is #0AC55B. Grayscale: #7D7D7D. Windows color (decimal): -705884 or 10762997. OLE color: 10762997.

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

Color convert

RGB 245 58 164 -
CMYK 0 0.76 0.33 0.04
HSL 325.99º 0.9% 0.59% -
HSV(B) 325.99º 0.76% 0.96% -
XYZ 45.87 25.12 37.55 -
YUV 126 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 245 58 164 0 0.76 0.33 0.04 325.99 0.9 0.59
Hex F5 3A A4 0 4C 21 4 146 5A 3B
Octal 365 72 244 0 114 41 4 506 132 73
Binary 11110101 111010 10100100 0 1001100 100001 100 101000110 1011010 111011

Color Harmonies of #F53AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53AA4

Black with #F53AA4

Text Example


Text Example

White with #F53AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53AA4; }

 p { color: rgb(245,58,164); }

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

background-color css

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

 a { background-color: rgb(245,58,164); }

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

border-color css

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

 span { border-color: rgb(245,58,164); }

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