Html Css Color HEX #FD429D Wild Strawberry

📋 copy color: '#FD429D'

red 253 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #FD429D

Tints of Wild Strawberry #FD429D

RGB

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

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

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

R = 53.15%
G = 13.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD429D (or 0xFD429D) is known color: Wild Strawberry. HEX triplet: FD, 42 and 9D. RGB value is (253,66,157). Sum of RGB (Red+Green+Blue) = 253+66+157=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD429D is #02BD62. Grayscale: #848484. Windows color (decimal): -179555 or 10306301. OLE color: 10306301.

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

Color convert

RGB 253 66 157 -
CMYK 0 0.74 0.38 0.01
HSL 330.8º 0.98% 0.63% -
HSV(B) 330.8º 0.74% 0.99% -
XYZ 48.54 27.21 34.59 -
YUV 132.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 253 66 157 0 0.74 0.38 0.01 330.8 0.98 0.63
Hex FD 42 9D 0 4A 26 1 14B 62 3F
Octal 375 102 235 0 112 46 1 513 142 77
Binary 11111101 1000010 10011101 0 1001010 100110 1 101001011 1100010 111111

Color Harmonies of #FD429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD429D

Black with #FD429D

Text Example


Text Example

White with #FD429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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