Html Css Color HEX #FD3FA0 Wild Strawberry

📋 copy color: '#FD3FA0'

red 253 ◦ green 63 ◦ blue 160

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

Shades of Wild Strawberry #FD3FA0

Tints of Wild Strawberry #FD3FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

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

R = 53.15%
G = 13.24%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD3FA0 (or 0xFD3FA0) is known color: Wild Strawberry. HEX triplet: FD, 3F and A0. RGB value is (253,63,160). Sum of RGB (Red+Green+Blue) = 253+63+160=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3FA0 is #02C05F. Grayscale: #828282. Windows color (decimal): -180320 or 10502141. OLE color: 10502141.

HSL color Cylindrical-coordinate representation of color #FD3FA0: hue angle of 329.37º 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 #FD3FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 63 160 -
CMYK 0 0.75 0.37 0.01
HSL 329.37º 0.98% 0.62% -
HSV(B) 329.37º 0.75% 0.99% -
XYZ 48.63 26.98 35.9 -
YUV 130.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 253 63 160 0 0.75 0.37 0.01 329.37 0.98 0.62
Hex FD 3F A0 0 4B 25 1 149 62 3E
Octal 375 77 240 0 113 45 1 511 142 76
Binary 11111101 111111 10100000 0 1001011 100101 1 101001001 1100010 111110

Color Harmonies of #FD3FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3FA0

Black with #FD3FA0

Text Example


Text Example

White with #FD3FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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