Html Css Color HEX #FD359D Wild Strawberry

📋 copy color: '#FD359D'

red 253 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #FD359D

Tints of Wild Strawberry #FD359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.45%

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 54.64%
G = 11.45%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD359D (or 0xFD359D) is known color: Wild Strawberry. HEX triplet: FD, 35 and 9D. RGB value is (253,53,157). Sum of RGB (Red+Green+Blue) = 253+53+157=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD359D is #02CA62. Grayscale: #7C7C7C. Windows color (decimal): -182883 or 10302973. OLE color: 10302973.

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

Color convert

RGB 253 53 157 -
CMYK 0 0.79 0.38 0.01
HSL 328.8º 0.98% 0.6% -
HSV(B) 328.8º 0.79% 0.99% -
XYZ 47.87 25.86 34.37 -
YUV 124.66 146.26 219.54 -
System Red Green Blue C M Y K H S L
Decimal 253 53 157 0 0.79 0.38 0.01 328.8 0.98 0.6
Hex FD 35 9D 0 4F 26 1 149 62 3C
Octal 375 65 235 0 117 46 1 511 142 74
Binary 11111101 110101 10011101 0 1001111 100110 1 101001001 1100010 111100

Color Harmonies of #FD359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD359D

Black with #FD359D

Text Example


Text Example

White with #FD359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD359D; }

 p { color: rgb(253,53,157); }

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

background-color css

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

 a { background-color: rgb(253,53,157); }

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

border-color css

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

 span { border-color: rgb(253,53,157); }

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