Html Css Color HEX #F63675 Violet Red

📋 copy color: '#F63675'

red 246 ◦ green 54 ◦ blue 117

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

Shades of Violet Red #F63675

Tints of Violet Red #F63675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.95%

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

R = 58.99%
G = 12.95%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F63675 (or 0xF63675) is known color: Violet Red. HEX triplet: F6, 36 and 75. RGB value is (246,54,117). Sum of RGB (Red+Green+Blue) = 246+54+117=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F63675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63675 is #09C98A. Grayscale: #767676. Windows color (decimal): -641419 or 7681782. OLE color: 7681782.

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

Color convert

RGB 246 54 117 -
CMYK 0 0.78 0.52 0.04
HSL 340.31º 0.91% 0.59% -
HSV(B) 340.31º 0.78% 0.96% -
XYZ 42.54 23.52 19.13 -
YUV 118.59 127.11 218.88 -
System Red Green Blue C M Y K H S L
Decimal 246 54 117 0 0.78 0.52 0.04 340.31 0.91 0.59
Hex F6 36 75 0 4E 34 4 154 5B 3B
Octal 366 66 165 0 116 64 4 524 133 73
Binary 11110110 110110 1110101 0 1001110 110100 100 101010100 1011011 111011

Color Harmonies of #F63675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63675

Black with #F63675

Text Example


Text Example

White with #F63675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63675; }

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

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

background-color css

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

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

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

border-color css

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

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

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