Html Css Color HEX #FD428B Violet Red

📋 copy color: '#FD428B'

red 253 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #FD428B

Tints of Violet Red #FD428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 55.24%
G = 14.41%
B = 30.35%

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

#FD428B (or 0xFD428B) is known color: Violet Red. HEX triplet: FD, 42 and 8B. RGB value is (253,66,139). Sum of RGB (Red+Green+Blue) = 253+66+139=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD428B is #02BD74. Grayscale: #828282. Windows color (decimal): -179573 or 9126653. OLE color: 9126653.

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

Color convert

RGB 253 66 139 -
CMYK 0 0.74 0.45 0.01
HSL 336.58º 0.98% 0.63% -
HSV(B) 336.58º 0.74% 0.99% -
XYZ 47.12 26.64 27.09 -
YUV 130.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 253 66 139 0 0.74 0.45 0.01 336.58 0.98 0.63
Hex FD 42 8B 0 4A 2D 1 151 62 3F
Octal 375 102 213 0 112 55 1 521 142 77
Binary 11111101 1000010 10001011 0 1001010 101101 1 101010001 1100010 111111

Color Harmonies of #FD428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD428B

Black with #FD428B

Text Example


Text Example

White with #FD428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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