Html Css Color HEX #FD428D Violet Red

📋 copy color: '#FD428D'

red 253 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #FD428D

Tints of Violet Red #FD428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 55%
G = 14.35%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD428D (or 0xFD428D) is known color: Violet Red. HEX triplet: FD, 42 and 8D. RGB value is (253,66,141). Sum of RGB (Red+Green+Blue) = 253+66+141=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD428D is #02BD72. Grayscale: #828282. Windows color (decimal): -179571 or 9257725. OLE color: 9257725.

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

Color convert

RGB 253 66 141 -
CMYK 0 0.74 0.44 0.01
HSL 335.94º 0.98% 0.63% -
HSV(B) 335.94º 0.74% 0.99% -
XYZ 47.26 26.7 27.86 -
YUV 130.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 253 66 141 0 0.74 0.44 0.01 335.94 0.98 0.63
Hex FD 42 8D 0 4A 2C 1 150 62 3F
Octal 375 102 215 0 112 54 1 520 142 77
Binary 11111101 1000010 10001101 0 1001010 101100 1 101010000 1100010 111111

Color Harmonies of #FD428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD428D

Black with #FD428D

Text Example


Text Example

White with #FD428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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