Html Css Color HEX #F64689 Violet Red

📋 copy color: '#F64689'

red 246 ◦ green 70 ◦ blue 137

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

Shades of Violet Red #F64689

Tints of Violet Red #F64689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 54.3%
G = 15.45%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F64689 (or 0xF64689) is known color: Violet Red. HEX triplet: F6, 46 and 89. RGB value is (246,70,137). Sum of RGB (Red+Green+Blue) = 246+70+137=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F64689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64689 is #09B976. Grayscale: #828282. Windows color (decimal): -637303 or 8996598. OLE color: 8996598.

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

Color convert

RGB 246 70 137 -
CMYK 0 0.72 0.44 0.04
HSL 337.16º 0.91% 0.62% -
HSV(B) 337.16º 0.72% 0.96% -
XYZ 44.71 25.78 26.29 -
YUV 130.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 246 70 137 0 0.72 0.44 0.04 337.16 0.91 0.62
Hex F6 46 89 0 48 2C 4 151 5B 3E
Octal 366 106 211 0 110 54 4 521 133 76
Binary 11110110 1000110 10001001 0 1001000 101100 100 101010001 1011011 111110

Color Harmonies of #F64689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64689

Black with #F64689

Text Example


Text Example

White with #F64689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64689; }

 p { color: rgb(246,70,137); }

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

background-color css

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

 a { background-color: rgb(246,70,137); }

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

border-color css

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

 span { border-color: rgb(246,70,137); }

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