Html Css Color HEX #F495F0 Violet

📋 copy color: '#F495F0'

red 244 ◦ green 149 ◦ blue 240

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

Shades of Violet #F495F0

Tints of Violet #F495F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 38.55%
G = 23.54%
B = 37.91%

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

#F495F0 (or 0xF495F0) is known color: Violet. HEX triplet: F4, 95 and F0. RGB value is (244,149,240). Sum of RGB (Red+Green+Blue) = 244+149+240=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F495F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495F0 is #0B6A0F. Grayscale: #BBBBBB. Windows color (decimal): -748048 or 15767028. OLE color: 15767028.

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

Color convert

RGB 244 149 240 -
CMYK 0 0.39 0.02 0.04
HSL 302.53º 0.81% 0.77% -
HSV(B) 302.53º 0.39% 0.96% -
XYZ 63.78 47.02 88.15 -
YUV 187.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 244 149 240 0 0.39 0.02 0.04 302.53 0.81 0.77
Hex F4 95 F0 0 27 2 4 12F 51 4D
Octal 364 225 360 0 47 2 4 457 121 115
Binary 11110100 10010101 11110000 0 100111 10 100 100101111 1010001 1001101

Color Harmonies of #F495F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495F0

Black with #F495F0

Text Example


Text Example

White with #F495F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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