Html Css Color HEX #F64784 Violet Red

📋 copy color: '#F64784'

red 246 ◦ green 71 ◦ blue 132

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

Shades of Violet Red #F64784

Tints of Violet Red #F64784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 54.79%
G = 15.81%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F64784 (or 0xF64784) is known color: Violet Red. HEX triplet: F6, 47 and 84. RGB value is (246,71,132). Sum of RGB (Red+Green+Blue) = 246+71+132=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64784 is #09B87B. Grayscale: #828282. Windows color (decimal): -637052 or 8669174. OLE color: 8669174.

HSL color Cylindrical-coordinate representation of color #F64784: hue angle of 339.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64784 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 71 132 -
CMYK 0 0.71 0.46 0.04
HSL 339.09º 0.91% 0.62% -
HSV(B) 339.09º 0.71% 0.96% -
XYZ 44.42 25.77 24.46 -
YUV 130.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 246 71 132 0 0.71 0.46 0.04 339.09 0.91 0.62
Hex F6 47 84 0 47 2E 4 153 5B 3E
Octal 366 107 204 0 107 56 4 523 133 76
Binary 11110110 1000111 10000100 0 1000111 101110 100 101010011 1011011 111110

Color Harmonies of #F64784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64784

Black with #F64784

Text Example


Text Example

White with #F64784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64784; }

 p { color: rgb(246,71,132); }

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

background-color css

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

 a { background-color: rgb(246,71,132); }

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

border-color css

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

 span { border-color: rgb(246,71,132); }

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