Html Css Color HEX #F18DFC Violet

📋 copy color: '#F18DFC'

red 241 ◦ green 141 ◦ blue 252

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

Shades of Violet #F18DFC

Tints of Violet #F18DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.24%

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

R = 38.01%
G = 22.24%
B = 39.75%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F18DFC (or 0xF18DFC) is known color: Violet. HEX triplet: F1, 8D and FC. RGB value is (241,141,252). Sum of RGB (Red+Green+Blue) = 241+141+252=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 141 (55.47% from 255 or 22.24% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #F18DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DFC is #0E7203. Grayscale: #B7B7B7. Windows color (decimal): -946692 or 16551409. OLE color: 16551409.

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

Color convert

RGB 241 141 252 -
CMYK 0.04 0.44 0 0.01
HSL 294.05º 0.95% 0.77% -
HSV(B) 294.05º 0.44% 0.99% -
XYZ 63.37 44.78 97.4 -
YUV 183.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 241 141 252 0.04 0.44 0 0.01 294.05 0.95 0.77
Hex F1 8D FC 4 2C 0 1 126 5F 4D
Octal 361 215 374 4 54 0 1 446 137 115
Binary 11110001 10001101 11111100 100 101100 0 1 100100110 1011111 1001101

Color Harmonies of #F18DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DFC

Black with #F18DFC

Text Example


Text Example

White with #F18DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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