Html Css Color HEX #F9468F Violet Red

📋 copy color: '#F9468F'

red 249 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #F9468F

Tints of Violet Red #F9468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 53.9%
G = 15.15%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9468F (or 0xF9468F) is known color: Violet Red. HEX triplet: F9, 46 and 8F. RGB value is (249,70,143). Sum of RGB (Red+Green+Blue) = 249+70+143=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9468F is #06B970. Grayscale: #838383. Windows color (decimal): -440689 or 9389817. OLE color: 9389817.

HSL color Cylindrical-coordinate representation of color #F9468F: hue angle of 335.53º 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 #F9468F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 143 -
CMYK 0 0.72 0.43 0.02
HSL 335.53º 0.94% 0.63% -
HSV(B) 335.53º 0.72% 0.98% -
XYZ 46.22 26.5 28.67 -
YUV 131.84 134.3 211.56 -
System Red Green Blue C M Y K H S L
Decimal 249 70 143 0 0.72 0.43 0.02 335.53 0.94 0.63
Hex F9 46 8F 0 48 2B 2 150 5E 3F
Octal 371 106 217 0 110 53 2 520 136 77
Binary 11111001 1000110 10001111 0 1001000 101011 10 101010000 1011110 111111

Color Harmonies of #F9468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9468F

Black with #F9468F

Text Example


Text Example

White with #F9468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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