Html Css Color HEX #F18AFC Violet

📋 copy color: '#F18AFC'

red 241 ◦ green 138 ◦ blue 252

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

Shades of Violet #F18AFC

Tints of Violet #F18AFC

RGB

 RED value IS 241 (94.53% from 255) = 38.19%

 GREEN value IS 138 (54.3% from 255) = 21.87%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 38.19%
G = 21.87%
B = 39.94%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F18AFC (or 0xF18AFC) is known color: Violet. HEX triplet: F1, 8A and FC. RGB value is (241,138,252). Sum of RGB (Red+Green+Blue) = 241+138+252=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #F18AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AFC is #0E7503. Grayscale: #B5B5B5. Windows color (decimal): -947460 or 16550641. OLE color: 16550641.

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

Color convert

RGB 241 138 252 -
CMYK 0.04 0.45 0 0.01
HSL 294.21º 0.95% 0.76% -
HSV(B) 294.21º 0.45% 0.99% -
XYZ 62.93 43.91 97.25 -
YUV 181.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 241 138 252 0.04 0.45 0 0.01 294.21 0.95 0.76
Hex F1 8A FC 4 2D 0 1 126 5F 4C
Octal 361 212 374 4 55 0 1 446 137 114
Binary 11110001 10001010 11111100 100 101101 0 1 100100110 1011111 1001100

Color Harmonies of #F18AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AFC

Black with #F18AFC

Text Example


Text Example

White with #F18AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AFC; }

 p { color: rgb(241,138,252); }

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

background-color css

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

 a { background-color: rgb(241,138,252); }

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

border-color css

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

 span { border-color: rgb(241,138,252); }

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