Html Css Color HEX #F6A1FE Violet

📋 copy color: '#F6A1FE'

red 246 ◦ green 161 ◦ blue 254

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

Shades of Violet #F6A1FE

Tints of Violet #F6A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.36%

 BLUE value IS 254 (99.61% from 255) = 38.43%

R = 37.22%
G = 24.36%
B = 38.43%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6A1FE (or 0xF6A1FE) is known color: Violet. HEX triplet: F6, A1 and FE. RGB value is (246,161,254). Sum of RGB (Red+Green+Blue) = 246+161+254=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 161 (63.28% from 255 or 24.36% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A1FE is #095E01. Grayscale: #C4C4C4. Windows color (decimal): -613890 or 16687606. OLE color: 16687606.

HSL color Cylindrical-coordinate representation of color #F6A1FE: hue angle of 294.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A1FE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 161 254 -
CMYK 0.03 0.37 0 0.00
HSL 294.84º 0.98% 0.81% -
HSV(B) 294.84º 0.37% 1% -
XYZ 68.64 52.24 100.23 -
YUV 197.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 246 161 254 0.03 0.37 0 0.00 294.84 0.98 0.81
Hex F6 A1 FE 3 25 0 0 127 62 51
Octal 366 241 376 3 45 0 0 447 142 121
Binary 11110110 10100001 11111110 11 100101 0 0 100100111 1100010 1010001

Color Harmonies of #F6A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A1FE

Black with #F6A1FE

Text Example


Text Example

White with #F6A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A1FE; }

 p { color: rgb(246,161,254); }

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

background-color css

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

 a { background-color: rgb(246,161,254); }

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

border-color css

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

 span { border-color: rgb(246,161,254); }

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