Html Css Color HEX #FD40A2 Wild Strawberry

📋 copy color: '#FD40A2'

red 253 ◦ green 64 ◦ blue 162

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

Shades of Wild Strawberry #FD40A2

Tints of Wild Strawberry #FD40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

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

R = 52.82%
G = 13.36%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD40A2 (or 0xFD40A2) is known color: Wild Strawberry. HEX triplet: FD, 40 and A2. RGB value is (253,64,162). Sum of RGB (Red+Green+Blue) = 253+64+162=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD40A2 is #02BF5D. Grayscale: #838383. Windows color (decimal): -180062 or 10633469. OLE color: 10633469.

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

Color convert

RGB 253 64 162 -
CMYK 0 0.75 0.36 0.01
HSL 328.89º 0.98% 0.62% -
HSV(B) 328.89º 0.75% 0.99% -
XYZ 48.86 27.16 36.85 -
YUV 131.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 253 64 162 0 0.75 0.36 0.01 328.89 0.98 0.62
Hex FD 40 A2 0 4B 24 1 149 62 3E
Octal 375 100 242 0 113 44 1 511 142 76
Binary 11111101 1000000 10100010 0 1001011 100100 1 101001001 1100010 111110

Color Harmonies of #FD40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40A2

Black with #FD40A2

Text Example


Text Example

White with #FD40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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