Html Css Color HEX #FF427C Violet Red

📋 copy color: '#FF427C'

red 255 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #FF427C

Tints of Violet Red #FF427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 57.3%
G = 14.83%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF427C (or 0xFF427C) is known color: Violet Red. HEX triplet: FF, 42 and 7C. RGB value is (255,66,124). Sum of RGB (Red+Green+Blue) = 255+66+124=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF427C is #00BD83. Grayscale: #818181. Windows color (decimal): -48516 or 8143615. OLE color: 8143615.

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

Color convert

RGB 255 66 124 -
CMYK 0 0.74 0.51 0
HSL 341.59º 1% 0.63% -
HSV(B) 341.59º 0.74% 1% -
XYZ 46.83 26.61 21.74 -
YUV 129.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 255 66 124 0 0.74 0.51 0 341.59 1 0.63
Hex FF 42 7C 0 4A 33 0 156 64 3F
Octal 377 102 174 0 112 63 0 526 144 77
Binary 11111111 1000010 1111100 0 1001010 110011 0 101010110 1100100 111111

Color Harmonies of #FF427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF427C

Black with #FF427C

Text Example


Text Example

White with #FF427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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