Html Css Color HEX #FD428C Violet Red

📋 copy color: '#FD428C'

red 253 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #FD428C

Tints of Violet Red #FD428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 55.12%
G = 14.38%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD428C (or 0xFD428C) is known color: Violet Red. HEX triplet: FD, 42 and 8C. RGB value is (253,66,140). Sum of RGB (Red+Green+Blue) = 253+66+140=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD428C is #02BD73. Grayscale: #828282. Windows color (decimal): -179572 or 9192189. OLE color: 9192189.

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

Color convert

RGB 253 66 140 -
CMYK 0 0.74 0.45 0.01
HSL 336.26º 0.98% 0.63% -
HSV(B) 336.26º 0.74% 0.99% -
XYZ 47.19 26.67 27.47 -
YUV 130.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 253 66 140 0 0.74 0.45 0.01 336.26 0.98 0.63
Hex FD 42 8C 0 4A 2D 1 150 62 3F
Octal 375 102 214 0 112 55 1 520 142 77
Binary 11111101 1000010 10001100 0 1001010 101101 1 101010000 1100010 111111

Color Harmonies of #FD428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD428C

Black with #FD428C

Text Example


Text Example

White with #FD428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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