Html Css Color HEX #F49CFA Violet

📋 copy color: '#F49CFA'

red 244 ◦ green 156 ◦ blue 250

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

Shades of Violet #F49CFA

Tints of Violet #F49CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24%

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

R = 37.54%
G = 24%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F49CFA (or 0xF49CFA) is known color: Violet. HEX triplet: F4, 9C and FA. RGB value is (244,156,250). Sum of RGB (Red+Green+Blue) = 244+156+250=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #F49CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CFA is #0B6305. Grayscale: #C0C0C0. Windows color (decimal): -746246 or 16424180. OLE color: 16424180.

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

Color convert

RGB 244 156 250 -
CMYK 0.02 0.38 0 0.02
HSL 296.17º 0.9% 0.8% -
HSV(B) 296.17º 0.38% 0.98% -
XYZ 66.45 49.91 96.57 -
YUV 193.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 244 156 250 0.02 0.38 0 0.02 296.17 0.9 0.8
Hex F4 9C FA 2 26 0 2 128 5A 50
Octal 364 234 372 2 46 0 2 450 132 120
Binary 11110100 10011100 11111010 10 100110 0 10 100101000 1011010 1010000

Color Harmonies of #F49CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49CFA

Black with #F49CFA

Text Example


Text Example

White with #F49CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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