Html Css Color HEX #F6427D Violet Red

📋 copy color: '#F6427D'

red 246 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #F6427D

Tints of Violet Red #F6427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 56.29%
G = 15.1%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6427D (or 0xF6427D) is known color: Violet Red. HEX triplet: F6, 42 and 7D. RGB value is (246,66,125). Sum of RGB (Red+Green+Blue) = 246+66+125=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6427D is #09BD82. Grayscale: #7E7E7E. Windows color (decimal): -638339 or 8209142. OLE color: 8209142.

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

Color convert

RGB 246 66 125 -
CMYK 0 0.73 0.49 0.04
HSL 340.33º 0.91% 0.61% -
HSV(B) 340.33º 0.73% 0.96% -
XYZ 43.66 24.97 21.92 -
YUV 126.55 127.13 213.2 -
System Red Green Blue C M Y K H S L
Decimal 246 66 125 0 0.73 0.49 0.04 340.33 0.91 0.61
Hex F6 42 7D 0 49 31 4 154 5B 3D
Octal 366 102 175 0 111 61 4 524 133 75
Binary 11110110 1000010 1111101 0 1001001 110001 100 101010100 1011011 111101

Color Harmonies of #F6427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6427D

Black with #F6427D

Text Example


Text Example

White with #F6427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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