Html Css Color HEX #F295EC Violet

📋 copy color: '#F295EC'

red 242 ◦ green 149 ◦ blue 236

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

Shades of Violet #F295EC

Tints of Violet #F295EC

RGB

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

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

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

R = 38.6%
G = 23.76%
B = 37.64%

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

#F295EC (or 0xF295EC) is known color: Violet. HEX triplet: F2, 95 and EC. RGB value is (242,149,236). Sum of RGB (Red+Green+Blue) = 242+149+236=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EC is #0D6A13. Grayscale: #BABABA. Windows color (decimal): -879124 or 15504882. OLE color: 15504882.

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

Color convert

RGB 242 149 236 -
CMYK 0 0.38 0.02 0.05
HSL 303.87º 0.78% 0.77% -
HSV(B) 303.87º 0.38% 0.95% -
XYZ 62.51 46.43 85.02 -
YUV 186.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 242 149 236 0 0.38 0.02 0.05 303.87 0.78 0.77
Hex F2 95 EC 0 26 2 5 130 4E 4D
Octal 362 225 354 0 46 2 5 460 116 115
Binary 11110010 10010101 11101100 0 100110 10 101 100110000 1001110 1001101

Color Harmonies of #F295EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295EC

Black with #F295EC

Text Example


Text Example

White with #F295EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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