Html Css Color HEX #F18AED Violet

📋 copy color: '#F18AED'

red 241 ◦ green 138 ◦ blue 237

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

Shades of Violet #F18AED

Tints of Violet #F18AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 39.12%
G = 22.4%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F18AED (or 0xF18AED) is known color: Violet. HEX triplet: F1, 8A and ED. RGB value is (241,138,237). Sum of RGB (Red+Green+Blue) = 241+138+237=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AED is #0E7512. Grayscale: #B3B3B3. Windows color (decimal): -947475 or 15567601. OLE color: 15567601.

HSL color Cylindrical-coordinate representation of color #F18AED: hue angle of 302.33º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AED is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 237 -
CMYK 0 0.43 0.02 0.05
HSL 302.33º 0.79% 0.74% -
HSV(B) 302.33º 0.43% 0.95% -
XYZ 60.65 42.99 85.22 -
YUV 180.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 241 138 237 0 0.43 0.02 0.05 302.33 0.79 0.74
Hex F1 8A ED 0 2B 2 5 12E 4F 4A
Octal 361 212 355 0 53 2 5 456 117 112
Binary 11110001 10001010 11101101 0 101011 10 101 100101110 1001111 1001010

Color Harmonies of #F18AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AED

Black with #F18AED

Text Example


Text Example

White with #F18AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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