Html Css Color HEX #F093ED Violet

📋 copy color: '#F093ED'

red 240 ◦ green 147 ◦ blue 237

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

Shades of Violet #F093ED

Tints of Violet #F093ED

RGB

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

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

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

R = 38.46%
G = 23.56%
B = 37.98%

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

#F093ED (or 0xF093ED) is known color: Violet. HEX triplet: F0, 93 and ED. RGB value is (240,147,237). Sum of RGB (Red+Green+Blue) = 240+147+237=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F093ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093ED is #0F6C12. Grayscale: #B8B8B8. Windows color (decimal): -1010707 or 15569904. OLE color: 15569904.

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

Color convert

RGB 240 147 237 -
CMYK 0 0.39 0.01 0.06
HSL 301.94º 0.76% 0.76% -
HSV(B) 301.94º 0.39% 0.94% -
XYZ 61.65 45.51 85.65 -
YUV 185.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 240 147 237 0 0.39 0.01 0.06 301.94 0.76 0.76
Hex F0 93 ED 0 27 1 6 12E 4C 4C
Octal 360 223 355 0 47 1 6 456 114 114
Binary 11110000 10010011 11101101 0 100111 1 110 100101110 1001100 1001100

Color Harmonies of #F093ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093ED

Black with #F093ED

Text Example


Text Example

White with #F093ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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