Html Css Color HEX #F18AEA Violet

📋 copy color: '#F18AEA'

red 241 ◦ green 138 ◦ blue 234

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

Shades of Violet #F18AEA

Tints of Violet #F18AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 39.31%
G = 22.51%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F18AEA (or 0xF18AEA) is known color: Violet. HEX triplet: F1, 8A and EA. RGB value is (241,138,234). Sum of RGB (Red+Green+Blue) = 241+138+234=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AEA is #0E7515. Grayscale: #B3B3B3. Windows color (decimal): -947478 or 15370993. OLE color: 15370993.

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

Color convert

RGB 241 138 234 -
CMYK 0 0.43 0.03 0.05
HSL 304.08º 0.79% 0.74% -
HSV(B) 304.08º 0.43% 0.95% -
XYZ 60.22 42.82 82.93 -
YUV 179.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 241 138 234 0 0.43 0.03 0.05 304.08 0.79 0.74
Hex F1 8A EA 0 2B 3 5 130 4F 4A
Octal 361 212 352 0 53 3 5 460 117 112
Binary 11110001 10001010 11101010 0 101011 11 101 100110000 1001111 1001010

Color Harmonies of #F18AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AEA

Black with #F18AEA

Text Example


Text Example

White with #F18AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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