Html Css Color HEX #FF428D Violet Red

📋 copy color: '#FF428D'

red 255 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #FF428D

Tints of Violet Red #FF428D

RGB

 RED value IS 255 (100% from 255) = 55.19%

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

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

R = 55.19%
G = 14.29%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF428D (or 0xFF428D) is known color: Violet Red. HEX triplet: FF, 42 and 8D. RGB value is (255,66,141). Sum of RGB (Red+Green+Blue) = 255+66+141=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF428D is #00BD72. Grayscale: #828282. Windows color (decimal): -48499 or 9257727. OLE color: 9257727.

HSL color Cylindrical-coordinate representation of color #FF428D: hue angle of 336.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF428D is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 141 -
CMYK 0 0.74 0.45 0
HSL 336.19º 1% 0.63% -
HSV(B) 336.19º 0.74% 1% -
XYZ 48 27.08 27.9 -
YUV 131.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 255 66 141 0 0.74 0.45 0 336.19 1 0.63
Hex FF 42 8D 0 4A 2D 0 150 64 3F
Octal 377 102 215 0 112 55 0 520 144 77
Binary 11111111 1000010 10001101 0 1001010 101101 0 101010000 1100100 111111

Color Harmonies of #FF428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF428D

Black with #FF428D

Text Example


Text Example

White with #FF428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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