Html Css Color HEX #FF427A Violet Red

📋 copy color: '#FF427A'

red 255 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #FF427A

Tints of Violet Red #FF427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 57.56%
G = 14.9%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF427A (or 0xFF427A) is known color: Violet Red. HEX triplet: FF, 42 and 7A. RGB value is (255,66,122). Sum of RGB (Red+Green+Blue) = 255+66+122=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF427A is #00BD85. Grayscale: #808080. Windows color (decimal): -48518 or 8012543. OLE color: 8012543.

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

Color convert

RGB 255 66 122 -
CMYK 0 0.74 0.52 0
HSL 342.22º 1% 0.63% -
HSV(B) 342.22º 0.74% 1% -
XYZ 46.7 26.56 21.08 -
YUV 128.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 255 66 122 0 0.74 0.52 0 342.22 1 0.63
Hex FF 42 7A 0 4A 34 0 156 64 3F
Octal 377 102 172 0 112 64 0 526 144 77
Binary 11111111 1000010 1111010 0 1001010 110100 0 101010110 1100100 111111

Color Harmonies of #FF427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF427A

Black with #FF427A

Text Example


Text Example

White with #FF427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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