Html Css Color HEX #F53DA2 Wild Strawberry

📋 copy color: '#F53DA2'

red 245 ◦ green 61 ◦ blue 162

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

Shades of Wild Strawberry #F53DA2

Tints of Wild Strawberry #F53DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

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

R = 52.35%
G = 13.03%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F53DA2 (or 0xF53DA2) is known color: Wild Strawberry. HEX triplet: F5, 3D and A2. RGB value is (245,61,162). Sum of RGB (Red+Green+Blue) = 245+61+162=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53DA2 is #0AC25D. Grayscale: #7F7F7F. Windows color (decimal): -705118 or 10632693. OLE color: 10632693.

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

Color convert

RGB 245 61 162 -
CMYK 0 0.75 0.34 0.04
HSL 327.07º 0.9% 0.6% -
HSV(B) 327.07º 0.75% 0.96% -
XYZ 45.85 25.36 36.66 -
YUV 127.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 245 61 162 0 0.75 0.34 0.04 327.07 0.9 0.6
Hex F5 3D A2 0 4B 22 4 147 5A 3C
Octal 365 75 242 0 113 42 4 507 132 74
Binary 11110101 111101 10100010 0 1001011 100010 100 101000111 1011010 111100

Color Harmonies of #F53DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DA2

Black with #F53DA2

Text Example


Text Example

White with #F53DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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