Html Css Color HEX #F18CF8 Violet

📋 copy color: '#F18CF8'

red 241 ◦ green 140 ◦ blue 248

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

Shades of Violet #F18CF8

Tints of Violet #F18CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.26%

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

R = 38.31%
G = 22.26%
B = 39.43%

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

#F18CF8 (or 0xF18CF8) is known color: Violet. HEX triplet: F1, 8C and F8. RGB value is (241,140,248). Sum of RGB (Red+Green+Blue) = 241+140+248=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #F18CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CF8 is #0E7307. Grayscale: #B6B6B6. Windows color (decimal): -946952 or 16289009. OLE color: 16289009.

HSL color Cylindrical-coordinate representation of color #F18CF8: hue angle of 296.11º 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 #F18CF8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 140 248 -
CMYK 0.03 0.44 0 0.03
HSL 296.11º 0.89% 0.76% -
HSV(B) 296.11º 0.44% 0.97% -
XYZ 62.6 44.23 94.05 -
YUV 182.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 241 140 248 0.03 0.44 0 0.03 296.11 0.89 0.76
Hex F1 8C F8 3 2C 0 3 128 59 4C
Octal 361 214 370 3 54 0 3 450 131 114
Binary 11110001 10001100 11111000 11 101100 0 11 100101000 1011001 1001100

Color Harmonies of #F18CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CF8

Black with #F18CF8

Text Example


Text Example

White with #F18CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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