Html Css Color HEX #FF428E Violet Red

📋 copy color: '#FF428E'

red 255 ◦ green 66 ◦ blue 142

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

Shades of Violet Red #FF428E

Tints of Violet Red #FF428E

RGB

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

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

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

R = 55.08%
G = 14.25%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF428E (or 0xFF428E) is known color: Violet Red. HEX triplet: FF, 42 and 8E. RGB value is (255,66,142). Sum of RGB (Red+Green+Blue) = 255+66+142=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF428E is #00BD71. Grayscale: #838383. Windows color (decimal): -48498 or 9323263. OLE color: 9323263.

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

Color convert

RGB 255 66 142 -
CMYK 0 0.74 0.44 0
HSL 335.87º 1% 0.63% -
HSV(B) 335.87º 0.74% 1% -
XYZ 48.07 27.11 28.29 -
YUV 131.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 255 66 142 0 0.74 0.44 0 335.87 1 0.63
Hex FF 42 8E 0 4A 2C 0 150 64 3F
Octal 377 102 216 0 112 54 0 520 144 77
Binary 11111111 1000010 10001110 0 1001010 101100 0 101010000 1100100 111111

Color Harmonies of #FF428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF428E

Black with #FF428E

Text Example


Text Example

White with #FF428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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