Html Css Color HEX #F6418A Violet Red

📋 copy color: '#F6418A'

red 246 ◦ green 65 ◦ blue 138

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

Shades of Violet Red #F6418A

Tints of Violet Red #F6418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.48%

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

R = 54.79%
G = 14.48%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6418A (or 0xF6418A) is known color: Violet Red. HEX triplet: F6, 41 and 8A. RGB value is (246,65,138). Sum of RGB (Red+Green+Blue) = 246+65+138=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F6418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6418A is #09BE75. Grayscale: #7F7F7F. Windows color (decimal): -638582 or 9060854. OLE color: 9060854.

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

Color convert

RGB 246 65 138 -
CMYK 0 0.74 0.44 0.04
HSL 335.8º 0.91% 0.61% -
HSV(B) 335.8º 0.74% 0.96% -
XYZ 44.48 25.21 26.57 -
YUV 127.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 246 65 138 0 0.74 0.44 0.04 335.8 0.91 0.61
Hex F6 41 8A 0 4A 2C 4 150 5B 3D
Octal 366 101 212 0 112 54 4 520 133 75
Binary 11110110 1000001 10001010 0 1001010 101100 100 101010000 1011011 111101

Color Harmonies of #F6418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6418A

Black with #F6418A

Text Example


Text Example

White with #F6418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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