Html Css Color HEX #F9468D Violet Red

📋 copy color: '#F9468D'

red 249 ◦ green 70 ◦ blue 141

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

Shades of Violet Red #F9468D

Tints of Violet Red #F9468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 54.13%
G = 15.22%
B = 30.65%

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

#F9468D (or 0xF9468D) is known color: Violet Red. HEX triplet: F9, 46 and 8D. RGB value is (249,70,141). Sum of RGB (Red+Green+Blue) = 249+70+141=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9468D is #06B972. Grayscale: #838383. Windows color (decimal): -440691 or 9258745. OLE color: 9258745.

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

Color convert

RGB 249 70 141 -
CMYK 0 0.72 0.43 0.02
HSL 336.2º 0.94% 0.63% -
HSV(B) 336.2º 0.72% 0.98% -
XYZ 46.06 26.44 27.88 -
YUV 131.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 249 70 141 0 0.72 0.43 0.02 336.2 0.94 0.63
Hex F9 46 8D 0 48 2B 2 150 5E 3F
Octal 371 106 215 0 110 53 2 520 136 77
Binary 11111001 1000110 10001101 0 1001000 101011 10 101010000 1011110 111111

Color Harmonies of #F9468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9468D

Black with #F9468D

Text Example


Text Example

White with #F9468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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