Html Css Color HEX #F64075 Violet Red

📋 copy color: '#F64075'

red 246 ◦ green 64 ◦ blue 117

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

Shades of Violet Red #F64075

Tints of Violet Red #F64075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 57.61%
G = 14.99%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F64075 (or 0xF64075) is known color: Violet Red. HEX triplet: F6, 40 and 75. RGB value is (246,64,117). Sum of RGB (Red+Green+Blue) = 246+64+117=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F64075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64075 is #09BF8A. Grayscale: #7C7C7C. Windows color (decimal): -638859 or 7684342. OLE color: 7684342.

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

Color convert

RGB 246 64 117 -
CMYK 0 0.74 0.52 0.04
HSL 342.53º 0.91% 0.61% -
HSV(B) 342.53º 0.74% 0.96% -
XYZ 43.05 24.54 19.3 -
YUV 124.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 246 64 117 0 0.74 0.52 0.04 342.53 0.91 0.61
Hex F6 40 75 0 4A 34 4 157 5B 3D
Octal 366 100 165 0 112 64 4 527 133 75
Binary 11110110 1000000 1110101 0 1001010 110100 100 101010111 1011011 111101

Color Harmonies of #F64075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64075

Black with #F64075

Text Example


Text Example

White with #F64075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64075; }

 p { color: rgb(246,64,117); }

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

background-color css

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

 a { background-color: rgb(246,64,117); }

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

border-color css

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

 span { border-color: rgb(246,64,117); }

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