Html Css Color HEX #F6468E Violet Red

📋 copy color: '#F6468E'

red 246 ◦ green 70 ◦ blue 142

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

Shades of Violet Red #F6468E

Tints of Violet Red #F6468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 53.71%
G = 15.28%
B = 31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6468E (or 0xF6468E) is known color: Violet Red. HEX triplet: F6, 46 and 8E. RGB value is (246,70,142). Sum of RGB (Red+Green+Blue) = 246+70+142=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6468E is #09B971. Grayscale: #828282. Windows color (decimal): -637298 or 9324278. OLE color: 9324278.

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

Color convert

RGB 246 70 142 -
CMYK 0 0.72 0.42 0.04
HSL 335.45º 0.91% 0.62% -
HSV(B) 335.45º 0.72% 0.96% -
XYZ 45.08 25.93 28.22 -
YUV 130.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 246 70 142 0 0.72 0.42 0.04 335.45 0.91 0.62
Hex F6 46 8E 0 48 2A 4 14F 5B 3E
Octal 366 106 216 0 110 52 4 517 133 76
Binary 11110110 1000110 10001110 0 1001000 101010 100 101001111 1011011 111110

Color Harmonies of #F6468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6468E

Black with #F6468E

Text Example


Text Example

White with #F6468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6468E; }

 p { color: rgb(246,70,142); }

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

background-color css

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

 a { background-color: rgb(246,70,142); }

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

border-color css

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

 span { border-color: rgb(246,70,142); }

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