Html Css Color HEX #F63481 Violet Red

📋 copy color: '#F63481'

red 246 ◦ green 52 ◦ blue 129

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

Shades of Violet Red #F63481

Tints of Violet Red #F63481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.18%

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

R = 57.61%
G = 12.18%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F63481 (or 0xF63481) is known color: Violet Red. HEX triplet: F6, 34 and 81. RGB value is (246,52,129). Sum of RGB (Red+Green+Blue) = 246+52+129=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F63481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63481 is #09CB7E. Grayscale: #767676. Windows color (decimal): -641919 or 8467702. OLE color: 8467702.

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

Color convert

RGB 246 52 129 -
CMYK 0 0.79 0.48 0.04
HSL 336.19º 0.92% 0.58% -
HSV(B) 336.19º 0.79% 0.96% -
XYZ 43.2 23.63 23.05 -
YUV 118.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 246 52 129 0 0.79 0.48 0.04 336.19 0.92 0.58
Hex F6 34 81 0 4F 30 4 150 5C 3A
Octal 366 64 201 0 117 60 4 520 134 72
Binary 11110110 110100 10000001 0 1001111 110000 100 101010000 1011100 111010

Color Harmonies of #F63481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63481

Black with #F63481

Text Example


Text Example

White with #F63481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63481; }

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

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

background-color css

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

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

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

border-color css

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

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

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