Html Css Color HEX #F64387 Violet Red

📋 copy color: '#F64387'

red 246 ◦ green 67 ◦ blue 135

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

Shades of Violet Red #F64387

Tints of Violet Red #F64387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.96%

 BLUE value IS 135 (53.13% from 255) = 30.13%

R = 54.91%
G = 14.96%
B = 30.13%

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

#F64387 (or 0xF64387) is known color: Violet Red. HEX triplet: F6, 43 and 87. RGB value is (246,67,135). Sum of RGB (Red+Green+Blue) = 246+67+135=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64387 is #09BC78. Grayscale: #808080. Windows color (decimal): -638073 or 8864758. OLE color: 8864758.

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

Color convert

RGB 246 67 135 -
CMYK 0 0.73 0.45 0.04
HSL 337.21º 0.91% 0.61% -
HSV(B) 337.21º 0.73% 0.96% -
XYZ 44.39 25.36 25.48 -
YUV 128.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 246 67 135 0 0.73 0.45 0.04 337.21 0.91 0.61
Hex F6 43 87 0 49 2D 4 151 5B 3D
Octal 366 103 207 0 111 55 4 521 133 75
Binary 11110110 1000011 10000111 0 1001001 101101 100 101010001 1011011 111101

Color Harmonies of #F64387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64387

Black with #F64387

Text Example


Text Example

White with #F64387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64387; }

 p { color: rgb(246,67,135); }

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

background-color css

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

 a { background-color: rgb(246,67,135); }

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

border-color css

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

 span { border-color: rgb(246,67,135); }

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