Html Css Color HEX #F9427E Violet Red

📋 copy color: '#F9427E'

red 249 ◦ green 66 ◦ blue 126

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

Shades of Violet Red #F9427E

Tints of Violet Red #F9427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 56.46%
G = 14.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9427E (or 0xF9427E) is known color: Violet Red. HEX triplet: F9, 42 and 7E. RGB value is (249,66,126). Sum of RGB (Red+Green+Blue) = 249+66+126=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427E is #06BD81. Grayscale: #7F7F7F. Windows color (decimal): -441730 or 8274681. OLE color: 8274681.

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

Color convert

RGB 249 66 126 -
CMYK 0 0.73 0.49 0.02
HSL 340.33º 0.94% 0.62% -
HSV(B) 340.33º 0.73% 0.98% -
XYZ 44.78 25.54 22.31 -
YUV 127.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 249 66 126 0 0.73 0.49 0.02 340.33 0.94 0.62
Hex F9 42 7E 0 49 31 2 154 5E 3E
Octal 371 102 176 0 111 61 2 524 136 76
Binary 11111001 1000010 1111110 0 1001001 110001 10 101010100 1011110 111110

Color Harmonies of #F9427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9427E

Black with #F9427E

Text Example


Text Example

White with #F9427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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