Html Css Color HEX #F49EFD Violet

📋 copy color: '#F49EFD'

red 244 ◦ green 158 ◦ blue 253

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

Shades of Violet #F49EFD

Tints of Violet #F49EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.12%

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 37.25%
G = 24.12%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F49EFD (or 0xF49EFD) is known color: Violet. HEX triplet: F4, 9E and FD. RGB value is (244,158,253). Sum of RGB (Red+Green+Blue) = 244+158+253=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 158 (62.11% from 255 or 24.12% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #F49EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EFD is #0B6102. Grayscale: #C2C2C2. Windows color (decimal): -745731 or 16621300. OLE color: 16621300.

HSL color Cylindrical-coordinate representation of color #F49EFD: hue angle of 294.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49EFD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 158 253 -
CMYK 0.04 0.38 0 0.01
HSL 294.32º 0.96% 0.81% -
HSV(B) 294.32º 0.38% 0.99% -
XYZ 67.26 50.78 99.18 -
YUV 194.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 244 158 253 0.04 0.38 0 0.01 294.32 0.96 0.81
Hex F4 9E FD 4 26 0 1 126 60 51
Octal 364 236 375 4 46 0 1 446 140 121
Binary 11110100 10011110 11111101 100 100110 0 1 100100110 1100000 1010001

Color Harmonies of #F49EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49EFD

Black with #F49EFD

Text Example


Text Example

White with #F49EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49EFD; }

 p { color: rgb(244,158,253); }

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

background-color css

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

 a { background-color: rgb(244,158,253); }

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

border-color css

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

 span { border-color: rgb(244,158,253); }

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