Html Css Color HEX #F293EF Violet

📋 copy color: '#F293EF'

red 242 ◦ green 147 ◦ blue 239

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

Shades of Violet #F293EF

Tints of Violet #F293EF

RGB

 RED value IS 242 (94.92% from 255) = 38.54%

 GREEN value IS 147 (57.81% from 255) = 23.41%

 BLUE value IS 239 (93.75% from 255) = 38.06%

R = 38.54%
G = 23.41%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F293EF (or 0xF293EF) is known color: Violet. HEX triplet: F2, 93 and EF. RGB value is (242,147,239). Sum of RGB (Red+Green+Blue) = 242+147+239=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EF is #0D6C10. Grayscale: #B9B9B9. Windows color (decimal): -879633 or 15700978. OLE color: 15700978.

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

Color convert

RGB 242 147 239 -
CMYK 0 0.39 0.01 0.05
HSL 301.89º 0.79% 0.76% -
HSV(B) 301.89º 0.39% 0.95% -
XYZ 62.63 45.98 87.23 -
YUV 185.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 242 147 239 0 0.39 0.01 0.05 301.89 0.79 0.76
Hex F2 93 EF 0 27 1 5 12E 4F 4C
Octal 362 223 357 0 47 1 5 456 117 114
Binary 11110010 10010011 11101111 0 100111 1 101 100101110 1001111 1001100

Color Harmonies of #F293EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293EF

Black with #F293EF

Text Example


Text Example

White with #F293EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293EF; }

 p { color: rgb(242,147,239); }

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

background-color css

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

 a { background-color: rgb(242,147,239); }

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

border-color css

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

 span { border-color: rgb(242,147,239); }

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