Html Css Color HEX #FF428B Violet Red

📋 copy color: '#FF428B'

red 255 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #FF428B

Tints of Violet Red #FF428B

RGB

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

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

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

R = 55.43%
G = 14.35%
B = 30.22%

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

#FF428B (or 0xFF428B) is known color: Violet Red. HEX triplet: FF, 42 and 8B. RGB value is (255,66,139). Sum of RGB (Red+Green+Blue) = 255+66+139=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF428B is #00BD74. Grayscale: #828282. Windows color (decimal): -48501 or 9126655. OLE color: 9126655.

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

Color convert

RGB 255 66 139 -
CMYK 0 0.74 0.45 0
HSL 336.83º 1% 0.63% -
HSV(B) 336.83º 0.74% 1% -
XYZ 47.85 27.02 27.12 -
YUV 130.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 255 66 139 0 0.74 0.45 0 336.83 1 0.63
Hex FF 42 8B 0 4A 2D 0 151 64 3F
Octal 377 102 213 0 112 55 0 521 144 77
Binary 11111111 1000010 10001011 0 1001010 101101 0 101010001 1100100 111111

Color Harmonies of #FF428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF428B

Black with #FF428B

Text Example


Text Example

White with #FF428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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