Html Css Color HEX #F9417C Violet Red

📋 copy color: '#F9417C'

red 249 ◦ green 65 ◦ blue 124

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

Shades of Violet Red #F9417C

Tints of Violet Red #F9417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 56.85%
G = 14.84%
B = 28.31%

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

#F9417C (or 0xF9417C) is known color: Violet Red. HEX triplet: F9, 41 and 7C. RGB value is (249,65,124). Sum of RGB (Red+Green+Blue) = 249+65+124=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9417C is #06BE83. Grayscale: #7E7E7E. Windows color (decimal): -441988 or 8143353. OLE color: 8143353.

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

Color convert

RGB 249 65 124 -
CMYK 0 0.74 0.50 0.02
HSL 340.76º 0.94% 0.62% -
HSV(B) 340.76º 0.74% 0.98% -
XYZ 44.6 25.38 21.62 -
YUV 126.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 249 65 124 0 0.74 0.50 0.02 340.76 0.94 0.62
Hex F9 41 7C 0 4A 32 2 155 5E 3E
Octal 371 101 174 0 112 62 2 525 136 76
Binary 11111001 1000001 1111100 0 1001010 110010 10 101010101 1011110 111110

Color Harmonies of #F9417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9417C

Black with #F9417C

Text Example


Text Example

White with #F9417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9417C; }

 p { color: rgb(249,65,124); }

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

background-color css

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

 a { background-color: rgb(249,65,124); }

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

border-color css

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

 span { border-color: rgb(249,65,124); }

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