Html Css Color HEX #F296EC Violet

📋 copy color: '#F296EC'

red 242 ◦ green 150 ◦ blue 236

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

Shades of Violet #F296EC

Tints of Violet #F296EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 38.54%
G = 23.89%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F296EC (or 0xF296EC) is known color: Violet. HEX triplet: F2, 96 and EC. RGB value is (242,150,236). Sum of RGB (Red+Green+Blue) = 242+150+236=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F296EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296EC is #0D6913. Grayscale: #BBBBBB. Windows color (decimal): -878868 or 15505138. OLE color: 15505138.

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

Color convert

RGB 242 150 236 -
CMYK 0 0.38 0.02 0.05
HSL 303.91º 0.78% 0.77% -
HSV(B) 303.91º 0.38% 0.95% -
XYZ 62.66 46.75 85.08 -
YUV 187.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 242 150 236 0 0.38 0.02 0.05 303.91 0.78 0.77
Hex F2 96 EC 0 26 2 5 130 4E 4D
Octal 362 226 354 0 46 2 5 460 116 115
Binary 11110010 10010110 11101100 0 100110 10 101 100110000 1001110 1001101

Color Harmonies of #F296EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296EC

Black with #F296EC

Text Example


Text Example

White with #F296EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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