Html Css Color HEX #FD3AA2 Wild Strawberry

📋 copy color: '#FD3AA2'

red 253 ◦ green 58 ◦ blue 162

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

Shades of Wild Strawberry #FD3AA2

Tints of Wild Strawberry #FD3AA2

RGB

 RED value IS 253 (99.22% from 255) = 53.49%

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

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

R = 53.49%
G = 12.26%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD3AA2 (or 0xFD3AA2) is known color: Wild Strawberry. HEX triplet: FD, 3A and A2. RGB value is (253,58,162). Sum of RGB (Red+Green+Blue) = 253+58+162=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3AA2 is #02C55D. Grayscale: #7F7F7F. Windows color (decimal): -181598 or 10631933. OLE color: 10631933.

HSL color Cylindrical-coordinate representation of color #FD3AA2: hue angle of 328º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AA2 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 58 162 -
CMYK 0 0.77 0.36 0.01
HSL 328º 0.98% 0.61% -
HSV(B) 328º 0.77% 0.99% -
XYZ 48.54 26.52 36.74 -
YUV 128.16 147.1 217.04 -
System Red Green Blue C M Y K H S L
Decimal 253 58 162 0 0.77 0.36 0.01 328 0.98 0.61
Hex FD 3A A2 0 4D 24 1 148 62 3D
Octal 375 72 242 0 115 44 1 510 142 75
Binary 11111101 111010 10100010 0 1001101 100100 1 101001000 1100010 111101

Color Harmonies of #FD3AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AA2

Black with #FD3AA2

Text Example


Text Example

White with #FD3AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AA2; }

 p { color: rgb(253,58,162); }

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

background-color css

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

 a { background-color: rgb(253,58,162); }

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

border-color css

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

 span { border-color: rgb(253,58,162); }

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