Html Css Color HEX #F6468D Violet Red

📋 copy color: '#F6468D'

red 246 ◦ green 70 ◦ blue 141

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

Shades of Violet Red #F6468D

Tints of Violet Red #F6468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 53.83%
G = 15.32%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6468D (or 0xF6468D) is known color: Violet Red. HEX triplet: F6, 46 and 8D. RGB value is (246,70,141). Sum of RGB (Red+Green+Blue) = 246+70+141=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6468D is #09B972. Grayscale: #828282. Windows color (decimal): -637299 or 9258742. OLE color: 9258742.

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

Color convert

RGB 246 70 141 -
CMYK 0 0.72 0.43 0.04
HSL 335.8º 0.91% 0.62% -
HSV(B) 335.8º 0.72% 0.96% -
XYZ 45 25.9 27.83 -
YUV 130.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 246 70 141 0 0.72 0.43 0.04 335.8 0.91 0.62
Hex F6 46 8D 0 48 2B 4 150 5B 3E
Octal 366 106 215 0 110 53 4 520 133 76
Binary 11110110 1000110 10001101 0 1001000 101011 100 101010000 1011011 111110

Color Harmonies of #F6468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6468D

Black with #F6468D

Text Example


Text Example

White with #F6468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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