Html Css Color HEX #F093FA Violet

📋 copy color: '#F093FA'

red 240 ◦ green 147 ◦ blue 250

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

Shades of Violet #F093FA

Tints of Violet #F093FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 37.68%
G = 23.08%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F093FA (or 0xF093FA) is known color: Violet. HEX triplet: F0, 93 and FA. RGB value is (240,147,250). Sum of RGB (Red+Green+Blue) = 240+147+250=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F093FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093FA is #0F6C05. Grayscale: #BABABA. Windows color (decimal): -1010694 or 16421872. OLE color: 16421872.

HSL color Cylindrical-coordinate representation of color #F093FA: hue angle of 294.17º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F093FA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 147 250 -
CMYK 0.04 0.41 0 0.02
HSL 294.17º 0.91% 0.78% -
HSV(B) 294.17º 0.41% 0.98% -
XYZ 63.62 46.29 96.02 -
YUV 186.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 240 147 250 0.04 0.41 0 0.02 294.17 0.91 0.78
Hex F0 93 FA 4 29 0 2 126 5B 4E
Octal 360 223 372 4 51 0 2 446 133 116
Binary 11110000 10010011 11111010 100 101001 0 10 100100110 1011011 1001110

Color Harmonies of #F093FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093FA

Black with #F093FA

Text Example


Text Example

White with #F093FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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