Html Css Color HEX #F9408A Violet Red

📋 copy color: '#F9408A'

red 249 ◦ green 64 ◦ blue 138

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

Shades of Violet Red #F9408A

Tints of Violet Red #F9408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

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

R = 55.21%
G = 14.19%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9408A (or 0xF9408A) is known color: Violet Red. HEX triplet: F9, 40 and 8A. RGB value is (249,64,138). Sum of RGB (Red+Green+Blue) = 249+64+138=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F9408A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9408A is #06BF75. Grayscale: #7F7F7F. Windows color (decimal): -442230 or 9060601. OLE color: 9060601.

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

Color convert

RGB 249 64 138 -
CMYK 0 0.74 0.45 0.02
HSL 336º 0.94% 0.61% -
HSV(B) 336º 0.74% 0.98% -
XYZ 45.49 25.64 26.6 -
YUV 127.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 249 64 138 0 0.74 0.45 0.02 336 0.94 0.61
Hex F9 40 8A 0 4A 2D 2 150 5E 3D
Octal 371 100 212 0 112 55 2 520 136 75
Binary 11111001 1000000 10001010 0 1001010 101101 10 101010000 1011110 111101

Color Harmonies of #F9408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9408A

Black with #F9408A

Text Example


Text Example

White with #F9408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9408A; }

 p { color: rgb(249,64,138); }

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

background-color css

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

 a { background-color: rgb(249,64,138); }

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

border-color css

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

 span { border-color: rgb(249,64,138); }

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