Html Css Color HEX #F18AF8 Violet

📋 copy color: '#F18AF8'

red 241 ◦ green 138 ◦ blue 248

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

Shades of Violet #F18AF8

Tints of Violet #F18AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.55%

R = 38.44%
G = 22.01%
B = 39.55%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F18AF8 (or 0xF18AF8) is known color: Violet. HEX triplet: F1, 8A and F8. RGB value is (241,138,248). Sum of RGB (Red+Green+Blue) = 241+138+248=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #F18AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AF8 is #0E7507. Grayscale: #B5B5B5. Windows color (decimal): -947464 or 16288497. OLE color: 16288497.

HSL color Cylindrical-coordinate representation of color #F18AF8: hue angle of 296.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18AF8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 138 248 -
CMYK 0.03 0.44 0 0.03
HSL 296.18º 0.89% 0.76% -
HSV(B) 296.18º 0.44% 0.97% -
XYZ 62.31 43.66 93.95 -
YUV 181.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 241 138 248 0.03 0.44 0 0.03 296.18 0.89 0.76
Hex F1 8A F8 3 2C 0 3 128 59 4C
Octal 361 212 370 3 54 0 3 450 131 114
Binary 11110001 10001010 11111000 11 101100 0 11 100101000 1011001 1001100

Color Harmonies of #F18AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AF8

Black with #F18AF8

Text Example


Text Example

White with #F18AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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