Html Css Color HEX #F6468A Violet Red

📋 copy color: '#F6468A'

red 246 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #F6468A

Tints of Violet Red #F6468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 54.19%
G = 15.42%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6468A (or 0xF6468A) is known color: Violet Red. HEX triplet: F6, 46 and 8A. RGB value is (246,70,138). Sum of RGB (Red+Green+Blue) = 246+70+138=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6468A is #09B975. Grayscale: #828282. Windows color (decimal): -637302 or 9062134. OLE color: 9062134.

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

Color convert

RGB 246 70 138 -
CMYK 0 0.72 0.44 0.04
HSL 336.82º 0.91% 0.62% -
HSV(B) 336.82º 0.72% 0.96% -
XYZ 44.78 25.81 26.67 -
YUV 130.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 246 70 138 0 0.72 0.44 0.04 336.82 0.91 0.62
Hex F6 46 8A 0 48 2C 4 151 5B 3E
Octal 366 106 212 0 110 54 4 521 133 76
Binary 11110110 1000110 10001010 0 1001000 101100 100 101010001 1011011 111110

Color Harmonies of #F6468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6468A

Black with #F6468A

Text Example


Text Example

White with #F6468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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