Html Css Color HEX #F64288 Violet Red

📋 copy color: '#F64288'

red 246 ◦ green 66 ◦ blue 136

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

Shades of Violet Red #F64288

Tints of Violet Red #F64288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

 BLUE value IS 136 (53.52% from 255) = 30.36%

R = 54.91%
G = 14.73%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F64288 (or 0xF64288) is known color: Violet Red. HEX triplet: F6, 42 and 88. RGB value is (246,66,136). Sum of RGB (Red+Green+Blue) = 246+66+136=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64288 is #09BD77. Grayscale: #7F7F7F. Windows color (decimal): -638328 or 8930038. OLE color: 8930038.

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

Color convert

RGB 246 66 136 -
CMYK 0 0.73 0.45 0.04
HSL 336.67º 0.91% 0.61% -
HSV(B) 336.67º 0.73% 0.96% -
XYZ 44.4 25.27 25.83 -
YUV 127.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 246 66 136 0 0.73 0.45 0.04 336.67 0.91 0.61
Hex F6 42 88 0 49 2D 4 151 5B 3D
Octal 366 102 210 0 111 55 4 521 133 75
Binary 11110110 1000010 10001000 0 1001001 101101 100 101010001 1011011 111101

Color Harmonies of #F64288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64288

Black with #F64288

Text Example


Text Example

White with #F64288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64288; }

 p { color: rgb(246,66,136); }

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

background-color css

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

 a { background-color: rgb(246,66,136); }

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

border-color css

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

 span { border-color: rgb(246,66,136); }

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