Html Css Color HEX #F9407D Violet Red

📋 copy color: '#F9407D'

red 249 ◦ green 64 ◦ blue 125

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

Shades of Violet Red #F9407D

Tints of Violet Red #F9407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 56.85%
G = 14.61%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9407D (or 0xF9407D) is known color: Violet Red. HEX triplet: F9, 40 and 7D. RGB value is (249,64,125). Sum of RGB (Red+Green+Blue) = 249+64+125=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9407D is #06BF82. Grayscale: #7E7E7E. Windows color (decimal): -442243 or 8208633. OLE color: 8208633.

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

Color convert

RGB 249 64 125 -
CMYK 0 0.74 0.50 0.02
HSL 340.22º 0.94% 0.61% -
HSV(B) 340.22º 0.74% 0.98% -
XYZ 44.6 25.29 21.93 -
YUV 126.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 249 64 125 0 0.74 0.50 0.02 340.22 0.94 0.61
Hex F9 40 7D 0 4A 32 2 154 5E 3D
Octal 371 100 175 0 112 62 2 524 136 75
Binary 11111001 1000000 1111101 0 1001010 110010 10 101010100 1011110 111101

Color Harmonies of #F9407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9407D

Black with #F9407D

Text Example


Text Example

White with #F9407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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