Html Css Color HEX #F095EC Violet

📋 copy color: '#F095EC'

red 240 ◦ green 149 ◦ blue 236

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

Shades of Violet #F095EC

Tints of Violet #F095EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.84%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 38.4%
G = 23.84%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F095EC (or 0xF095EC) is known color: Violet. HEX triplet: F0, 95 and EC. RGB value is (240,149,236). Sum of RGB (Red+Green+Blue) = 240+149+236=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F095EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095EC is #0F6A13. Grayscale: #B9B9B9. Windows color (decimal): -1010196 or 15504880. OLE color: 15504880.

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

Color convert

RGB 240 149 236 -
CMYK 0 0.38 0.02 0.06
HSL 302.64º 0.75% 0.76% -
HSV(B) 302.64º 0.38% 0.94% -
XYZ 61.82 46.08 84.99 -
YUV 186.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 240 149 236 0 0.38 0.02 0.06 302.64 0.75 0.76
Hex F0 95 EC 0 26 2 6 12F 4B 4C
Octal 360 225 354 0 46 2 6 457 113 114
Binary 11110000 10010101 11101100 0 100110 10 110 100101111 1001011 1001100

Color Harmonies of #F095EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095EC

Black with #F095EC

Text Example


Text Example

White with #F095EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095EC; }

 p { color: rgb(240,149,236); }

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

background-color css

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

 a { background-color: rgb(240,149,236); }

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

border-color css

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

 span { border-color: rgb(240,149,236); }

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