Html Css Color HEX #F6448C Violet Red

📋 copy color: '#F6448C'

red 246 ◦ green 68 ◦ blue 140

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

Shades of Violet Red #F6448C

Tints of Violet Red #F6448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.98%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 54.19%
G = 14.98%
B = 30.84%

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

#F6448C (or 0xF6448C) is known color: Violet Red. HEX triplet: F6, 44 and 8C. RGB value is (246,68,140). Sum of RGB (Red+Green+Blue) = 246+68+140=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6448C is #09BB73. Grayscale: #818181. Windows color (decimal): -637812 or 9192694. OLE color: 9192694.

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

Color convert

RGB 246 68 140 -
CMYK 0 0.72 0.43 0.04
HSL 335.73º 0.91% 0.62% -
HSV(B) 335.73º 0.72% 0.96% -
XYZ 44.81 25.62 27.39 -
YUV 129.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 246 68 140 0 0.72 0.43 0.04 335.73 0.91 0.62
Hex F6 44 8C 0 48 2B 4 150 5B 3E
Octal 366 104 214 0 110 53 4 520 133 76
Binary 11110110 1000100 10001100 0 1001000 101011 100 101010000 1011011 111110

Color Harmonies of #F6448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6448C

Black with #F6448C

Text Example


Text Example

White with #F6448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6448C; }

 p { color: rgb(246,68,140); }

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

background-color css

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

 a { background-color: rgb(246,68,140); }

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

border-color css

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

 span { border-color: rgb(246,68,140); }

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