Html Css Color HEX #F63081 Violet Red

📋 copy color: '#F63081'

red 246 ◦ green 48 ◦ blue 129

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

Shades of Violet Red #F63081

Tints of Violet Red #F63081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 58.16%
G = 11.35%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F63081 (or 0xF63081) is known color: Violet Red. HEX triplet: F6, 30 and 81. RGB value is (246,48,129). Sum of RGB (Red+Green+Blue) = 246+48+129=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F63081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63081 is #09CF7E. Grayscale: #747474. Windows color (decimal): -642943 or 8466678. OLE color: 8466678.

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

Color convert

RGB 246 48 129 -
CMYK 0 0.80 0.48 0.04
HSL 335.45º 0.92% 0.58% -
HSV(B) 335.45º 0.8% 0.96% -
XYZ 43.03 23.29 23 -
YUV 116.44 135.1 220.41 -
System Red Green Blue C M Y K H S L
Decimal 246 48 129 0 0.80 0.48 0.04 335.45 0.92 0.58
Hex F6 30 81 0 50 30 4 14F 5C 3A
Octal 366 60 201 0 120 60 4 517 134 72
Binary 11110110 110000 10000001 0 1010000 110000 100 101001111 1011100 111010

Color Harmonies of #F63081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63081

Black with #F63081

Text Example


Text Example

White with #F63081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63081; }

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

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

background-color css

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

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

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

border-color css

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

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

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