Html Css Color HEX #F64499 Violet Red

📋 copy color: '#F64499'

red 246 ◦ green 68 ◦ blue 153

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

Shades of Violet Red #F64499

Tints of Violet Red #F64499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 52.68%
G = 14.56%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F64499 (or 0xF64499) is known color: Violet Red. HEX triplet: F6, 44 and 99. RGB value is (246,68,153). Sum of RGB (Red+Green+Blue) = 246+68+153=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F64499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64499 is #09BB66. Grayscale: #828282. Windows color (decimal): -637799 or 10044662. OLE color: 10044662.

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

Color convert

RGB 246 68 153 -
CMYK 0 0.72 0.38 0.04
HSL 331.35º 0.91% 0.62% -
HSV(B) 331.35º 0.72% 0.96% -
XYZ 45.82 26.03 32.75 -
YUV 130.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 246 68 153 0 0.72 0.38 0.04 331.35 0.91 0.62
Hex F6 44 99 0 48 26 4 14B 5B 3E
Octal 366 104 231 0 110 46 4 513 133 76
Binary 11110110 1000100 10011001 0 1001000 100110 100 101001011 1011011 111110

Color Harmonies of #F64499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64499

Black with #F64499

Text Example


Text Example

White with #F64499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64499; }

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

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

background-color css

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

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

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

border-color css

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

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

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