Html Css Color HEX #F6427A Violet Red

📋 copy color: '#F6427A'

red 246 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #F6427A

Tints of Violet Red #F6427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 56.68%
G = 15.21%
B = 28.11%

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

#F6427A (or 0xF6427A) is known color: Violet Red. HEX triplet: F6, 42 and 7A. RGB value is (246,66,122). Sum of RGB (Red+Green+Blue) = 246+66+122=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6427A is #09BD85. Grayscale: #7E7E7E. Windows color (decimal): -638342 or 8012534. OLE color: 8012534.

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

Color convert

RGB 246 66 122 -
CMYK 0 0.73 0.50 0.04
HSL 341.33º 0.91% 0.61% -
HSV(B) 341.33º 0.73% 0.96% -
XYZ 43.47 24.89 20.93 -
YUV 126.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 246 66 122 0 0.73 0.50 0.04 341.33 0.91 0.61
Hex F6 42 7A 0 49 32 4 155 5B 3D
Octal 366 102 172 0 111 62 4 525 133 75
Binary 11110110 1000010 1111010 0 1001001 110010 100 101010101 1011011 111101

Color Harmonies of #F6427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6427A

Black with #F6427A

Text Example


Text Example

White with #F6427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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