Html Css Color HEX #F9427C Violet Red

📋 copy color: '#F9427C'

red 249 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #F9427C

Tints of Violet Red #F9427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.03%

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

R = 56.72%
G = 15.03%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9427C (or 0xF9427C) is known color: Violet Red. HEX triplet: F9, 42 and 7C. RGB value is (249,66,124). Sum of RGB (Red+Green+Blue) = 249+66+124=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427C is #06BD83. Grayscale: #7F7F7F. Windows color (decimal): -441732 or 8143609. OLE color: 8143609.

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

Color convert

RGB 249 66 124 -
CMYK 0 0.73 0.50 0.02
HSL 340.98º 0.94% 0.62% -
HSV(B) 340.98º 0.73% 0.98% -
XYZ 44.65 25.49 21.64 -
YUV 127.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 249 66 124 0 0.73 0.50 0.02 340.98 0.94 0.62
Hex F9 42 7C 0 49 32 2 155 5E 3E
Octal 371 102 174 0 111 62 2 525 136 76
Binary 11111001 1000010 1111100 0 1001001 110010 10 101010101 1011110 111110

Color Harmonies of #F9427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9427C

Black with #F9427C

Text Example


Text Example

White with #F9427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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