Html Css Color HEX #F09EF2 Violet

📋 copy color: '#F09EF2'

red 240 ◦ green 158 ◦ blue 242

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

Shades of Violet #F09EF2

Tints of Violet #F09EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.69%

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 37.5%
G = 24.69%
B = 37.81%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F09EF2 (or 0xF09EF2) is known color: Violet. HEX triplet: F0, 9E and F2. RGB value is (240,158,242). Sum of RGB (Red+Green+Blue) = 240+158+242=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EF2 is #0F610D. Grayscale: #BFBFBF. Windows color (decimal): -1007886 or 15900400. OLE color: 15900400.

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

Color convert

RGB 240 158 242 -
CMYK 0.01 0.35 0 0.05
HSL 298.57º 0.76% 0.78% -
HSV(B) 298.57º 0.35% 0.95% -
XYZ 64.19 49.39 90.15 -
YUV 192.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 240 158 242 0.01 0.35 0 0.05 298.57 0.76 0.78
Hex F0 9E F2 1 23 0 5 12B 4C 4E
Octal 360 236 362 1 43 0 5 453 114 116
Binary 11110000 10011110 11110010 1 100011 0 101 100101011 1001100 1001110

Color Harmonies of #F09EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09EF2

Black with #F09EF2

Text Example


Text Example

White with #F09EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09EF2; }

 p { color: rgb(240,158,242); }

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

background-color css

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

 a { background-color: rgb(240,158,242); }

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

border-color css

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

 span { border-color: rgb(240,158,242); }

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