Html Css Color HEX #F293EB Violet

📋 copy color: '#F293EB'

red 242 ◦ green 147 ◦ blue 235

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

Shades of Violet #F293EB

Tints of Violet #F293EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 38.78%
G = 23.56%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F293EB (or 0xF293EB) is known color: Violet. HEX triplet: F2, 93 and EB. RGB value is (242,147,235). Sum of RGB (Red+Green+Blue) = 242+147+235=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EB is #0D6C14. Grayscale: #B9B9B9. Windows color (decimal): -879637 or 15438834. OLE color: 15438834.

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

Color convert

RGB 242 147 235 -
CMYK 0 0.39 0.03 0.05
HSL 304.42º 0.79% 0.76% -
HSV(B) 304.42º 0.39% 0.95% -
XYZ 62.05 45.74 84.16 -
YUV 185.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 242 147 235 0 0.39 0.03 0.05 304.42 0.79 0.76
Hex F2 93 EB 0 27 3 5 130 4F 4C
Octal 362 223 353 0 47 3 5 460 117 114
Binary 11110010 10010011 11101011 0 100111 11 101 100110000 1001111 1001100

Color Harmonies of #F293EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293EB

Black with #F293EB

Text Example


Text Example

White with #F293EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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