Html Css Color HEX #F093EE Violet

📋 copy color: '#F093EE'

red 240 ◦ green 147 ◦ blue 238

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

Shades of Violet #F093EE

Tints of Violet #F093EE

RGB

 RED value IS 240 (94.14% from 255) = 38.4%

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 38.4%
G = 23.52%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F093EE (or 0xF093EE) is known color: Violet. HEX triplet: F0, 93 and EE. RGB value is (240,147,238). Sum of RGB (Red+Green+Blue) = 240+147+238=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F093EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093EE is #0F6C11. Grayscale: #B8B8B8. Windows color (decimal): -1010706 or 15635440. OLE color: 15635440.

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

Color convert

RGB 240 147 238 -
CMYK 0 0.39 0.01 0.06
HSL 301.29º 0.76% 0.76% -
HSV(B) 301.29º 0.39% 0.94% -
XYZ 61.8 45.57 86.43 -
YUV 185.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 240 147 238 0 0.39 0.01 0.06 301.29 0.76 0.76
Hex F0 93 EE 0 27 1 6 12D 4C 4C
Octal 360 223 356 0 47 1 6 455 114 114
Binary 11110000 10010011 11101110 0 100111 1 110 100101101 1001100 1001100

Color Harmonies of #F093EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093EE

Black with #F093EE

Text Example


Text Example

White with #F093EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093EE; }

 p { color: rgb(240,147,238); }

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

background-color css

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

 a { background-color: rgb(240,147,238); }

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

border-color css

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

 span { border-color: rgb(240,147,238); }

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