Html Css Color HEX #F48EF1 Violet

📋 copy color: '#F48EF1'

red 244 ◦ green 142 ◦ blue 241

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

Shades of Violet #F48EF1

Tints of Violet #F48EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.65%

 BLUE value IS 241 (94.53% from 255) = 38.44%

R = 38.92%
G = 22.65%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F48EF1 (or 0xF48EF1) is known color: Violet. HEX triplet: F4, 8E and F1. RGB value is (244,142,241). Sum of RGB (Red+Green+Blue) = 244+142+241=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 142 (55.86% from 255 or 22.65% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48EF1 is #0B710E. Grayscale: #B7B7B7. Windows color (decimal): -749839 or 15830772. OLE color: 15830772.

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

Color convert

RGB 244 142 241 -
CMYK 0 0.42 0.01 0.04
HSL 301.76º 0.82% 0.76% -
HSV(B) 301.76º 0.42% 0.96% -
XYZ 62.86 44.93 88.58 -
YUV 183.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 244 142 241 0 0.42 0.01 0.04 301.76 0.82 0.76
Hex F4 8E F1 0 2A 1 4 12E 52 4C
Octal 364 216 361 0 52 1 4 456 122 114
Binary 11110100 10001110 11110001 0 101010 1 100 100101110 1010010 1001100

Color Harmonies of #F48EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48EF1

Black with #F48EF1

Text Example


Text Example

White with #F48EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48EF1; }

 p { color: rgb(244,142,241); }

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

background-color css

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

 a { background-color: rgb(244,142,241); }

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

border-color css

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

 span { border-color: rgb(244,142,241); }

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