Html Css Color HEX #F296EF Violet

📋 copy color: '#F296EF'

red 242 ◦ green 150 ◦ blue 239

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

Shades of Violet #F296EF

Tints of Violet #F296EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.77%

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 38.35%
G = 23.77%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F296EF (or 0xF296EF) is known color: Violet. HEX triplet: F2, 96 and EF. RGB value is (242,150,239). Sum of RGB (Red+Green+Blue) = 242+150+239=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F296EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296EF is #0D6910. Grayscale: #BBBBBB. Windows color (decimal): -878865 or 15701746. OLE color: 15701746.

HSL color Cylindrical-coordinate representation of color #F296EF: hue angle of 301.96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296EF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 239 -
CMYK 0 0.38 0.01 0.05
HSL 301.96º 0.78% 0.77% -
HSV(B) 301.96º 0.38% 0.95% -
XYZ 63.1 46.92 87.39 -
YUV 187.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 242 150 239 0 0.38 0.01 0.05 301.96 0.78 0.77
Hex F2 96 EF 0 26 1 5 12E 4E 4D
Octal 362 226 357 0 46 1 5 456 116 115
Binary 11110010 10010110 11101111 0 100110 1 101 100101110 1001110 1001101

Color Harmonies of #F296EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296EF

Black with #F296EF

Text Example


Text Example

White with #F296EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296EF; }

 p { color: rgb(242,150,239); }

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

background-color css

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

 a { background-color: rgb(242,150,239); }

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

border-color css

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

 span { border-color: rgb(242,150,239); }

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