Html Css Color HEX #FD427D Violet Red

📋 copy color: '#FD427D'

red 253 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #FD427D

Tints of Violet Red #FD427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 56.98%
G = 14.86%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD427D (or 0xFD427D) is known color: Violet Red. HEX triplet: FD, 42 and 7D. RGB value is (253,66,125). Sum of RGB (Red+Green+Blue) = 253+66+125=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD427D is #02BD82. Grayscale: #808080. Windows color (decimal): -179587 or 8209149. OLE color: 8209149.

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

Color convert

RGB 253 66 125 -
CMYK 0 0.74 0.51 0.01
HSL 341.07º 0.98% 0.63% -
HSV(B) 341.07º 0.74% 0.99% -
XYZ 46.16 26.26 22.04 -
YUV 128.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 253 66 125 0 0.74 0.51 0.01 341.07 0.98 0.63
Hex FD 42 7D 0 4A 33 1 155 62 3F
Octal 375 102 175 0 112 63 1 525 142 77
Binary 11111101 1000010 1111101 0 1001010 110011 1 101010101 1100010 111111

Color Harmonies of #FD427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD427D

Black with #FD427D

Text Example


Text Example

White with #FD427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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