Html Css Color HEX #F294EB Violet

📋 copy color: '#F294EB'

red 242 ◦ green 148 ◦ blue 235

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

Shades of Violet #F294EB

Tints of Violet #F294EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.68%

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 38.72%
G = 23.68%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F294EB (or 0xF294EB) is known color: Violet. HEX triplet: F2, 94 and EB. RGB value is (242,148,235). Sum of RGB (Red+Green+Blue) = 242+148+235=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F294EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294EB is #0D6B14. Grayscale: #B9B9B9. Windows color (decimal): -879381 or 15439090. OLE color: 15439090.

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

Color convert

RGB 242 148 235 -
CMYK 0 0.39 0.03 0.05
HSL 304.47º 0.78% 0.76% -
HSV(B) 304.47º 0.39% 0.95% -
XYZ 62.2 46.06 84.21 -
YUV 186.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 242 148 235 0 0.39 0.03 0.05 304.47 0.78 0.76
Hex F2 94 EB 0 27 3 5 130 4E 4C
Octal 362 224 353 0 47 3 5 460 116 114
Binary 11110010 10010100 11101011 0 100111 11 101 100110000 1001110 1001100

Color Harmonies of #F294EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294EB

Black with #F294EB

Text Example


Text Example

White with #F294EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294EB; }

 p { color: rgb(242,148,235); }

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

background-color css

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

 a { background-color: rgb(242,148,235); }

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

border-color css

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

 span { border-color: rgb(242,148,235); }

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