Html Css Color HEX #FF427B Violet Red

📋 copy color: '#FF427B'

red 255 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #FF427B

Tints of Violet Red #FF427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 57.43%
G = 14.86%
B = 27.7%

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

#FF427B (or 0xFF427B) is known color: Violet Red. HEX triplet: FF, 42 and 7B. RGB value is (255,66,123). Sum of RGB (Red+Green+Blue) = 255+66+123=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF427B is #00BD84. Grayscale: #808080. Windows color (decimal): -48517 or 8078079. OLE color: 8078079.

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

Color convert

RGB 255 66 123 -
CMYK 0 0.74 0.52 0
HSL 341.9º 1% 0.63% -
HSV(B) 341.9º 0.74% 1% -
XYZ 46.76 26.59 21.41 -
YUV 129.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 255 66 123 0 0.74 0.52 0 341.9 1 0.63
Hex FF 42 7B 0 4A 34 0 156 64 3F
Octal 377 102 173 0 112 64 0 526 144 77
Binary 11111111 1000010 1111011 0 1001010 110100 0 101010110 1100100 111111

Color Harmonies of #FF427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF427B

Black with #FF427B

Text Example


Text Example

White with #FF427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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