Html Css Color HEX #F63085 Violet Red

📋 copy color: '#F63085'

red 246 ◦ green 48 ◦ blue 133

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

Shades of Violet Red #F63085

Tints of Violet Red #F63085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.24%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 57.61%
G = 11.24%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F63085 (or 0xF63085) is known color: Violet Red. HEX triplet: F6, 30 and 85. RGB value is (246,48,133). Sum of RGB (Red+Green+Blue) = 246+48+133=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F63085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63085 is #09CF7A. Grayscale: #747474. Windows color (decimal): -642939 or 8728822. OLE color: 8728822.

HSL color Cylindrical-coordinate representation of color #F63085: hue angle of 334.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63085 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 133 -
CMYK 0 0.80 0.46 0.04
HSL 334.24º 0.92% 0.58% -
HSV(B) 334.24º 0.8% 0.96% -
XYZ 43.3 23.4 24.43 -
YUV 116.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 246 48 133 0 0.80 0.46 0.04 334.24 0.92 0.58
Hex F6 30 85 0 50 2E 4 14E 5C 3A
Octal 366 60 205 0 120 56 4 516 134 72
Binary 11110110 110000 10000101 0 1010000 101110 100 101001110 1011100 111010

Color Harmonies of #F63085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63085

Black with #F63085

Text Example


Text Example

White with #F63085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63085; }

 p { color: rgb(246,48,133); }

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

background-color css

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

 a { background-color: rgb(246,48,133); }

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

border-color css

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

 span { border-color: rgb(246,48,133); }

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