Html Css Color HEX #F495EE Violet

📋 copy color: '#F495EE'

red 244 ◦ green 149 ◦ blue 238

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

Shades of Violet #F495EE

Tints of Violet #F495EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 38.67%
G = 23.61%
B = 37.72%

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

#F495EE (or 0xF495EE) is known color: Violet. HEX triplet: F4, 95 and EE. RGB value is (244,149,238). Sum of RGB (Red+Green+Blue) = 244+149+238=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F495EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495EE is #0B6A11. Grayscale: #BBBBBB. Windows color (decimal): -748050 or 15635956. OLE color: 15635956.

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

Color convert

RGB 244 149 238 -
CMYK 0 0.39 0.02 0.04
HSL 303.79º 0.81% 0.77% -
HSV(B) 303.79º 0.39% 0.96% -
XYZ 63.49 46.9 86.6 -
YUV 187.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 244 149 238 0 0.39 0.02 0.04 303.79 0.81 0.77
Hex F4 95 EE 0 27 2 4 130 51 4D
Octal 364 225 356 0 47 2 4 460 121 115
Binary 11110100 10010101 11101110 0 100111 10 100 100110000 1010001 1001101

Color Harmonies of #F495EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495EE

Black with #F495EE

Text Example


Text Example

White with #F495EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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