Html Css Color HEX #F6427C Violet Red

📋 copy color: '#F6427C'

red 246 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #F6427C

Tints of Violet Red #F6427C

RGB

 RED value IS 246 (96.48% from 255) = 56.42%

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

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

R = 56.42%
G = 15.14%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6427C (or 0xF6427C) is known color: Violet Red. HEX triplet: F6, 42 and 7C. RGB value is (246,66,124). Sum of RGB (Red+Green+Blue) = 246+66+124=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6427C is #09BD83. Grayscale: #7E7E7E. Windows color (decimal): -638340 or 8143606. OLE color: 8143606.

HSL color Cylindrical-coordinate representation of color #F6427C: hue angle of 340.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6427C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 124 -
CMYK 0 0.73 0.50 0.04
HSL 340.67º 0.91% 0.61% -
HSV(B) 340.67º 0.73% 0.96% -
XYZ 43.59 24.94 21.59 -
YUV 126.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 246 66 124 0 0.73 0.50 0.04 340.67 0.91 0.61
Hex F6 42 7C 0 49 32 4 155 5B 3D
Octal 366 102 174 0 111 62 4 525 133 75
Binary 11110110 1000010 1111100 0 1001001 110010 100 101010101 1011011 111101

Color Harmonies of #F6427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6427C

Black with #F6427C

Text Example


Text Example

White with #F6427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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