Html Css Color HEX #F49FFA Violet

📋 copy color: '#F49FFA'

red 244 ◦ green 159 ◦ blue 250

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

Shades of Violet #F49FFA

Tints of Violet #F49FFA

RGB

 RED value IS 244 (95.7% from 255) = 37.37%

 GREEN value IS 159 (62.5% from 255) = 24.35%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 37.37%
G = 24.35%
B = 38.28%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F49FFA (or 0xF49FFA) is known color: Violet. HEX triplet: F4, 9F and FA. RGB value is (244,159,250). Sum of RGB (Red+Green+Blue) = 244+159+250=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #F49FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FFA is #0B6005. Grayscale: #C2C2C2. Windows color (decimal): -745478 or 16424948. OLE color: 16424948.

HSL color Cylindrical-coordinate representation of color #F49FFA: hue angle of 296.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49FFA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 159 250 -
CMYK 0.02 0.36 0 0.02
HSL 296.04º 0.9% 0.8% -
HSV(B) 296.04º 0.36% 0.98% -
XYZ 66.96 50.93 96.74 -
YUV 194.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 244 159 250 0.02 0.36 0 0.02 296.04 0.9 0.8
Hex F4 9F FA 2 24 0 2 128 5A 50
Octal 364 237 372 2 44 0 2 450 132 120
Binary 11110100 10011111 11111010 10 100100 0 10 100101000 1011010 1010000

Color Harmonies of #F49FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49FFA

Black with #F49FFA

Text Example


Text Example

White with #F49FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49FFA; }

 p { color: rgb(244,159,250); }

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

background-color css

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

 a { background-color: rgb(244,159,250); }

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

border-color css

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

 span { border-color: rgb(244,159,250); }

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