Html Css Color HEX #F9468C Violet Red

📋 copy color: '#F9468C'

red 249 ◦ green 70 ◦ blue 140

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

Shades of Violet Red #F9468C

Tints of Violet Red #F9468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 54.25%
G = 15.25%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9468C (or 0xF9468C) is known color: Violet Red. HEX triplet: F9, 46 and 8C. RGB value is (249,70,140). Sum of RGB (Red+Green+Blue) = 249+70+140=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9468C is #06B973. Grayscale: #838383. Windows color (decimal): -440692 or 9193209. OLE color: 9193209.

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

Color convert

RGB 249 70 140 -
CMYK 0 0.72 0.44 0.02
HSL 336.54º 0.94% 0.63% -
HSV(B) 336.54º 0.72% 0.98% -
XYZ 45.99 26.41 27.49 -
YUV 131.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 249 70 140 0 0.72 0.44 0.02 336.54 0.94 0.63
Hex F9 46 8C 0 48 2C 2 151 5E 3F
Octal 371 106 214 0 110 54 2 521 136 77
Binary 11111001 1000110 10001100 0 1001000 101100 10 101010001 1011110 111111

Color Harmonies of #F9468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9468C

Black with #F9468C

Text Example


Text Example

White with #F9468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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