Html Css Color HEX #F18AFE Violet

📋 copy color: '#F18AFE'

red 241 ◦ green 138 ◦ blue 254

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

Shades of Violet #F18AFE

Tints of Violet #F18AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 38.07%
G = 21.8%
B = 40.13%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F18AFE (or 0xF18AFE) is known color: Violet. HEX triplet: F1, 8A and FE. RGB value is (241,138,254). Sum of RGB (Red+Green+Blue) = 241+138+254=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #F18AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AFE is #0E7501. Grayscale: #B5B5B5. Windows color (decimal): -947458 or 16681713. OLE color: 16681713.

HSL color Cylindrical-coordinate representation of color #F18AFE: hue angle of 293.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18AFE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 138 254 -
CMYK 0.05 0.46 0 0.00
HSL 293.28º 0.98% 0.77% -
HSV(B) 293.28º 0.46% 1% -
XYZ 63.25 44.03 98.93 -
YUV 182.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 241 138 254 0.05 0.46 0 0.00 293.28 0.98 0.77
Hex F1 8A FE 5 2E 0 0 125 62 4D
Octal 361 212 376 5 56 0 0 445 142 115
Binary 11110001 10001010 11111110 101 101110 0 0 100100101 1100010 1001101

Color Harmonies of #F18AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AFE

Black with #F18AFE

Text Example


Text Example

White with #F18AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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