Html Css Color HEX #F9427F Violet Red

📋 copy color: '#F9427F'

red 249 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #F9427F

Tints of Violet Red #F9427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.73%

R = 56.33%
G = 14.93%
B = 28.73%

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

#F9427F (or 0xF9427F) is known color: Violet Red. HEX triplet: F9, 42 and 7F. RGB value is (249,66,127). Sum of RGB (Red+Green+Blue) = 249+66+127=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427F is #06BD80. Grayscale: #7F7F7F. Windows color (decimal): -441729 or 8340217. OLE color: 8340217.

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

Color convert

RGB 249 66 127 -
CMYK 0 0.73 0.49 0.02
HSL 340º 0.94% 0.62% -
HSV(B) 340º 0.73% 0.98% -
XYZ 44.85 25.57 22.65 -
YUV 127.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 249 66 127 0 0.73 0.49 0.02 340 0.94 0.62
Hex F9 42 7F 0 49 31 2 154 5E 3E
Octal 371 102 177 0 111 61 2 524 136 76
Binary 11111001 1000010 1111111 0 1001001 110001 10 101010100 1011110 111110

Color Harmonies of #F9427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9427F

Black with #F9427F

Text Example


Text Example

White with #F9427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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