Html Css Color HEX #FD42A0 Wild Strawberry

📋 copy color: '#FD42A0'

red 253 ◦ green 66 ◦ blue 160

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

Shades of Wild Strawberry #FD42A0

Tints of Wild Strawberry #FD42A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.78%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 52.82%
G = 13.78%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD42A0 (or 0xFD42A0) is known color: Wild Strawberry. HEX triplet: FD, 42 and A0. RGB value is (253,66,160). Sum of RGB (Red+Green+Blue) = 253+66+160=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD42A0 is #02BD5F. Grayscale: #848484. Windows color (decimal): -179552 or 10502909. OLE color: 10502909.

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

Color convert

RGB 253 66 160 -
CMYK 0 0.74 0.37 0.01
HSL 329.84º 0.98% 0.63% -
HSV(B) 329.84º 0.74% 0.99% -
XYZ 48.8 27.32 35.96 -
YUV 132.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 253 66 160 0 0.74 0.37 0.01 329.84 0.98 0.63
Hex FD 42 A0 0 4A 25 1 14A 62 3F
Octal 375 102 240 0 112 45 1 512 142 77
Binary 11111101 1000010 10100000 0 1001010 100101 1 101001010 1100010 111111

Color Harmonies of #FD42A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42A0

Black with #FD42A0

Text Example


Text Example

White with #FD42A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42A0; }

 p { color: rgb(253,66,160); }

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

background-color css

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

 a { background-color: rgb(253,66,160); }

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

border-color css

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

 span { border-color: rgb(253,66,160); }

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