Html Css Color HEX #FD41A3 Wild Strawberry

📋 copy color: '#FD41A3'

red 253 ◦ green 65 ◦ blue 163

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

Shades of Wild Strawberry #FD41A3

Tints of Wild Strawberry #FD41A3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.51%

 BLUE value IS 163 (64.06% from 255) = 33.89%

R = 52.6%
G = 13.51%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD41A3 (or 0xFD41A3) is known color: Wild Strawberry. HEX triplet: FD, 41 and A3. RGB value is (253,65,163). Sum of RGB (Red+Green+Blue) = 253+65+163=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD41A3 is #02BE5C. Grayscale: #848484. Windows color (decimal): -179805 or 10699261. OLE color: 10699261.

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

Color convert

RGB 253 65 163 -
CMYK 0 0.74 0.36 0.01
HSL 328.72º 0.98% 0.62% -
HSV(B) 328.72º 0.74% 0.99% -
XYZ 49.01 27.31 37.34 -
YUV 132.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 253 65 163 0 0.74 0.36 0.01 328.72 0.98 0.62
Hex FD 41 A3 0 4A 24 1 149 62 3E
Octal 375 101 243 0 112 44 1 511 142 76
Binary 11111101 1000001 10100011 0 1001010 100100 1 101001001 1100010 111110

Color Harmonies of #FD41A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41A3

Black with #FD41A3

Text Example


Text Example

White with #FD41A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41A3; }

 p { color: rgb(253,65,163); }

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

background-color css

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

 a { background-color: rgb(253,65,163); }

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

border-color css

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

 span { border-color: rgb(253,65,163); }

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