Html Css Color HEX #FF428A Violet Red

📋 copy color: '#FF428A'

red 255 ◦ green 66 ◦ blue 138

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

Shades of Violet Red #FF428A

Tints of Violet Red #FF428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 55.56%
G = 14.38%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF428A (or 0xFF428A) is known color: Violet Red. HEX triplet: FF, 42 and 8A. RGB value is (255,66,138). Sum of RGB (Red+Green+Blue) = 255+66+138=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF428A is #00BD75. Grayscale: #828282. Windows color (decimal): -48502 or 9061119. OLE color: 9061119.

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

Color convert

RGB 255 66 138 -
CMYK 0 0.74 0.46 0
HSL 337.14º 1% 0.63% -
HSV(B) 337.14º 0.74% 1% -
XYZ 47.78 26.99 26.74 -
YUV 130.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 255 66 138 0 0.74 0.46 0 337.14 1 0.63
Hex FF 42 8A 0 4A 2E 0 151 64 3F
Octal 377 102 212 0 112 56 0 521 144 77
Binary 11111111 1000010 10001010 0 1001010 101110 0 101010001 1100100 111111

Color Harmonies of #FF428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF428A

Black with #FF428A

Text Example


Text Example

White with #FF428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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