Html Css Color HEX #F6418B Violet Red

📋 copy color: '#F6418B'

red 246 ◦ green 65 ◦ blue 139

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

Shades of Violet Red #F6418B

Tints of Violet Red #F6418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 54.67%
G = 14.44%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6418B (or 0xF6418B) is known color: Violet Red. HEX triplet: F6, 41 and 8B. RGB value is (246,65,139). Sum of RGB (Red+Green+Blue) = 246+65+139=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6418B is #09BE74. Grayscale: #7F7F7F. Windows color (decimal): -638581 or 9126390. OLE color: 9126390.

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

Color convert

RGB 246 65 139 -
CMYK 0 0.74 0.43 0.04
HSL 335.47º 0.91% 0.61% -
HSV(B) 335.47º 0.74% 0.96% -
XYZ 44.56 25.24 26.95 -
YUV 127.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 246 65 139 0 0.74 0.43 0.04 335.47 0.91 0.61
Hex F6 41 8B 0 4A 2B 4 14F 5B 3D
Octal 366 101 213 0 112 53 4 517 133 75
Binary 11110110 1000001 10001011 0 1001010 101011 100 101001111 1011011 111101

Color Harmonies of #F6418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6418B

Black with #F6418B

Text Example


Text Example

White with #F6418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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