Html Css Color HEX #F295F6 Violet

📋 copy color: '#F295F6'

red 242 ◦ green 149 ◦ blue 246

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

Shades of Violet #F295F6

Tints of Violet #F295F6

RGB

 RED value IS 242 (94.92% from 255) = 37.99%

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

 BLUE value IS 246 (96.48% from 255) = 38.62%

R = 37.99%
G = 23.39%
B = 38.62%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F295F6 (or 0xF295F6) is known color: Violet. HEX triplet: F2, 95 and F6. RGB value is (242,149,246). Sum of RGB (Red+Green+Blue) = 242+149+246=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #F295F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295F6 is #0D6A09. Grayscale: #BBBBBB. Windows color (decimal): -879114 or 16160242. OLE color: 16160242.

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

Color convert

RGB 242 149 246 -
CMYK 0.02 0.39 0 0.04
HSL 297.53º 0.84% 0.77% -
HSV(B) 297.53º 0.39% 0.96% -
XYZ 64 47.03 92.89 -
YUV 187.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 242 149 246 0.02 0.39 0 0.04 297.53 0.84 0.77
Hex F2 95 F6 2 27 0 4 12A 54 4D
Octal 362 225 366 2 47 0 4 452 124 115
Binary 11110010 10010101 11110110 10 100111 0 100 100101010 1010100 1001101

Color Harmonies of #F295F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295F6

Black with #F295F6

Text Example


Text Example

White with #F295F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295F6; }

 p { color: rgb(242,149,246); }

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

background-color css

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

 a { background-color: rgb(242,149,246); }

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

border-color css

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

 span { border-color: rgb(242,149,246); }

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