Html Css Color HEX #F495ED Violet

📋 copy color: '#F495ED'

red 244 ◦ green 149 ◦ blue 237

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

Shades of Violet #F495ED

Tints of Violet #F495ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 38.73%
G = 23.65%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F495ED (or 0xF495ED) is known color: Violet. HEX triplet: F4, 95 and ED. RGB value is (244,149,237). Sum of RGB (Red+Green+Blue) = 244+149+237=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F495ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495ED is #0B6A12. Grayscale: #BBBBBB. Windows color (decimal): -748051 or 15570420. OLE color: 15570420.

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

Color convert

RGB 244 149 237 -
CMYK 0 0.39 0.03 0.04
HSL 304.42º 0.81% 0.77% -
HSV(B) 304.42º 0.39% 0.96% -
XYZ 63.34 46.84 85.82 -
YUV 187.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 244 149 237 0 0.39 0.03 0.04 304.42 0.81 0.77
Hex F4 95 ED 0 27 3 4 130 51 4D
Octal 364 225 355 0 47 3 4 460 121 115
Binary 11110100 10010101 11101101 0 100111 11 100 100110000 1010001 1001101

Color Harmonies of #F495ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495ED

Black with #F495ED

Text Example


Text Example

White with #F495ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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