Html Css Color HEX #F495F8 Violet

📋 copy color: '#F495F8'

red 244 ◦ green 149 ◦ blue 248

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

Shades of Violet #F495F8

Tints of Violet #F495F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 38.07%
G = 23.24%
B = 38.69%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F495F8 (or 0xF495F8) is known color: Violet. HEX triplet: F4, 95 and F8. RGB value is (244,149,248). Sum of RGB (Red+Green+Blue) = 244+149+248=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #F495F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495F8 is #0B6A07. Grayscale: #BCBCBC. Windows color (decimal): -748040 or 16291316. OLE color: 16291316.

HSL color Cylindrical-coordinate representation of color #F495F8: hue angle of 297.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F495F8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 244 149 248 -
CMYK 0.02 0.40 0 0.03
HSL 297.58º 0.88% 0.78% -
HSV(B) 297.58º 0.4% 0.97% -
XYZ 65 47.51 94.55 -
YUV 188.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 244 149 248 0.02 0.40 0 0.03 297.58 0.88 0.78
Hex F4 95 F8 2 28 0 3 12A 58 4E
Octal 364 225 370 2 50 0 3 452 130 116
Binary 11110100 10010101 11111000 10 101000 0 11 100101010 1011000 1001110

Color Harmonies of #F495F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495F8

Black with #F495F8

Text Example


Text Example

White with #F495F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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