Html Css Color HEX #F64498 Violet Red

📋 copy color: '#F64498'

red 246 ◦ green 68 ◦ blue 152

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

Shades of Violet Red #F64498

Tints of Violet Red #F64498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 52.79%
G = 14.59%
B = 32.62%

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

#F64498 (or 0xF64498) is known color: Violet Red. HEX triplet: F6, 44 and 98. RGB value is (246,68,152). Sum of RGB (Red+Green+Blue) = 246+68+152=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F64498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64498 is #09BB67. Grayscale: #828282. Windows color (decimal): -637800 or 9979126. OLE color: 9979126.

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

Color convert

RGB 246 68 152 -
CMYK 0 0.72 0.38 0.04
HSL 331.69º 0.91% 0.62% -
HSV(B) 331.69º 0.72% 0.96% -
XYZ 45.74 25.99 32.31 -
YUV 130.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 246 68 152 0 0.72 0.38 0.04 331.69 0.91 0.62
Hex F6 44 98 0 48 26 4 14C 5B 3E
Octal 366 104 230 0 110 46 4 514 133 76
Binary 11110110 1000100 10011000 0 1001000 100110 100 101001100 1011011 111110

Color Harmonies of #F64498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64498

Black with #F64498

Text Example


Text Example

White with #F64498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64498; }

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

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

background-color css

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

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

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

border-color css

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

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

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