Html Css Color HEX #FD428E Violet Red

📋 copy color: '#FD428E'

red 253 ◦ green 66 ◦ blue 142

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

Shades of Violet Red #FD428E

Tints of Violet Red #FD428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 54.88%
G = 14.32%
B = 30.8%

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

#FD428E (or 0xFD428E) is known color: Violet Red. HEX triplet: FD, 42 and 8E. RGB value is (253,66,142). Sum of RGB (Red+Green+Blue) = 253+66+142=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD428E is #02BD71. Grayscale: #828282. Windows color (decimal): -179570 or 9323261. OLE color: 9323261.

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

Color convert

RGB 253 66 142 -
CMYK 0 0.74 0.44 0.01
HSL 335.62º 0.98% 0.63% -
HSV(B) 335.62º 0.74% 0.99% -
XYZ 47.34 26.73 28.26 -
YUV 130.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 253 66 142 0 0.74 0.44 0.01 335.62 0.98 0.63
Hex FD 42 8E 0 4A 2C 1 150 62 3F
Octal 375 102 216 0 112 54 1 520 142 77
Binary 11111101 1000010 10001110 0 1001010 101100 1 101010000 1100010 111111

Color Harmonies of #FD428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD428E

Black with #FD428E

Text Example


Text Example

White with #FD428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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