Html Css Color HEX #F9467A Violet Red

📋 copy color: '#F9467A'

red 249 ◦ green 70 ◦ blue 122

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

Shades of Violet Red #F9467A

Tints of Violet Red #F9467A

RGB

 RED value IS 249 (97.66% from 255) = 56.46%

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

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

R = 56.46%
G = 15.87%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9467A (or 0xF9467A) is known color: Violet Red. HEX triplet: F9, 46 and 7A. RGB value is (249,70,122). Sum of RGB (Red+Green+Blue) = 249+70+122=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9467A is #06B985. Grayscale: #818181. Windows color (decimal): -440710 or 8013561. OLE color: 8013561.

HSL color Cylindrical-coordinate representation of color #F9467A: hue angle of 342.57º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9467A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 122 -
CMYK 0 0.72 0.51 0.02
HSL 342.57º 0.94% 0.63% -
HSV(B) 342.57º 0.72% 0.98% -
XYZ 44.77 25.93 21.06 -
YUV 129.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 249 70 122 0 0.72 0.51 0.02 342.57 0.94 0.63
Hex F9 46 7A 0 48 33 2 157 5E 3F
Octal 371 106 172 0 110 63 2 527 136 77
Binary 11111001 1000110 1111010 0 1001000 110011 10 101010111 1011110 111111

Color Harmonies of #F9467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9467A

Black with #F9467A

Text Example


Text Example

White with #F9467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9467A; }

 p { color: rgb(249,70,122); }

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

background-color css

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

 a { background-color: rgb(249,70,122); }

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

border-color css

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

 span { border-color: rgb(249,70,122); }

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