Html Css Color HEX #F295EF Violet

📋 copy color: '#F295EF'

red 242 ◦ green 149 ◦ blue 239

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

Shades of Violet #F295EF

Tints of Violet #F295EF

RGB

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

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

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

R = 38.41%
G = 23.65%
B = 37.94%

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

#F295EF (or 0xF295EF) is known color: Violet. HEX triplet: F2, 95 and EF. RGB value is (242,149,239). Sum of RGB (Red+Green+Blue) = 242+149+239=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EF is #0D6A10. Grayscale: #BABABA. Windows color (decimal): -879121 or 15701490. OLE color: 15701490.

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

Color convert

RGB 242 149 239 -
CMYK 0 0.38 0.01 0.05
HSL 301.94º 0.78% 0.77% -
HSV(B) 301.94º 0.38% 0.95% -
XYZ 62.95 46.6 87.34 -
YUV 187.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 242 149 239 0 0.38 0.01 0.05 301.94 0.78 0.77
Hex F2 95 EF 0 26 1 5 12E 4E 4D
Octal 362 225 357 0 46 1 5 456 116 115
Binary 11110010 10010101 11101111 0 100110 1 101 100101110 1001110 1001101

Color Harmonies of #F295EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295EF

Black with #F295EF

Text Example


Text Example

White with #F295EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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