Html Css Color HEX #FF478A Violet Red

📋 copy color: '#FF478A'

red 255 ◦ green 71 ◦ blue 138

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

Shades of Violet Red #FF478A

Tints of Violet Red #FF478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 54.96%
G = 15.3%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF478A (or 0xFF478A) is known color: Violet Red. HEX triplet: FF, 47 and 8A. RGB value is (255,71,138). Sum of RGB (Red+Green+Blue) = 255+71+138=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478A is #00B875. Grayscale: #858585. Windows color (decimal): -47222 or 9062399. OLE color: 9062399.

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

Color convert

RGB 255 71 138 -
CMYK 0 0.72 0.46 0
HSL 338.15º 1% 0.64% -
HSV(B) 338.15º 0.72% 1% -
XYZ 48.08 27.6 26.84 -
YUV 133.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 255 71 138 0 0.72 0.46 0 338.15 1 0.64
Hex FF 47 8A 0 48 2E 0 152 64 40
Octal 377 107 212 0 110 56 0 522 144 100
Binary 11111111 1000111 10001010 0 1001000 101110 0 101010010 1100100 1000000

Color Harmonies of #FF478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF478A

Black with #FF478A

Text Example


Text Example

White with #FF478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF478A; }

 p { color: rgb(255,71,138); }

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

background-color css

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

 a { background-color: rgb(255,71,138); }

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

border-color css

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

 span { border-color: rgb(255,71,138); }

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