Html Css Color HEX #FF467F Violet Red

📋 copy color: '#FF467F'

red 255 ◦ green 70 ◦ blue 127

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

Shades of Violet Red #FF467F

Tints of Violet Red #FF467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 56.42%
G = 15.49%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF467F (or 0xFF467F) is known color: Violet Red. HEX triplet: FF, 46 and 7F. RGB value is (255,70,127). Sum of RGB (Red+Green+Blue) = 255+70+127=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF467F is #00B980. Grayscale: #838383. Windows color (decimal): -47489 or 8341247. OLE color: 8341247.

HSL color Cylindrical-coordinate representation of color #FF467F: hue angle of 341.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF467F is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 70 127 -
CMYK 0 0.73 0.50 0
HSL 341.51º 1% 0.64% -
HSV(B) 341.51º 0.73% 1% -
XYZ 47.26 27.17 22.83 -
YUV 131.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 255 70 127 0 0.73 0.50 0 341.51 1 0.64
Hex FF 46 7F 0 49 32 0 156 64 40
Octal 377 106 177 0 111 62 0 526 144 100
Binary 11111111 1000110 1111111 0 1001001 110010 0 101010110 1100100 1000000

Color Harmonies of #FF467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF467F

Black with #FF467F

Text Example


Text Example

White with #FF467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF467F; }

 p { color: rgb(255,70,127); }

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

background-color css

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

 a { background-color: rgb(255,70,127); }

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

border-color css

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

 span { border-color: rgb(255,70,127); }

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