Html Css Color HEX #F495EF Violet

📋 copy color: '#F495EF'

red 244 ◦ green 149 ◦ blue 239

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

Shades of Violet #F495EF

Tints of Violet #F495EF

RGB

 RED value IS 244 (95.7% from 255) = 38.61%

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

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 38.61%
G = 23.58%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F495EF (or 0xF495EF) is known color: Violet. HEX triplet: F4, 95 and EF. RGB value is (244,149,239). Sum of RGB (Red+Green+Blue) = 244+149+239=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F495EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495EF is #0B6A10. Grayscale: #BBBBBB. Windows color (decimal): -748049 or 15701492. OLE color: 15701492.

HSL color Cylindrical-coordinate representation of color #F495EF: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495EF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 149 239 -
CMYK 0 0.39 0.02 0.04
HSL 303.16º 0.81% 0.77% -
HSV(B) 303.16º 0.39% 0.96% -
XYZ 63.64 46.96 87.37 -
YUV 187.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 244 149 239 0 0.39 0.02 0.04 303.16 0.81 0.77
Hex F4 95 EF 0 27 2 4 12F 51 4D
Octal 364 225 357 0 47 2 4 457 121 115
Binary 11110100 10010101 11101111 0 100111 10 100 100101111 1010001 1001101

Color Harmonies of #F495EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495EF

Black with #F495EF

Text Example


Text Example

White with #F495EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495EF; }

 p { color: rgb(244,149,239); }

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

background-color css

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

 a { background-color: rgb(244,149,239); }

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

border-color css

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

 span { border-color: rgb(244,149,239); }

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