Html Css Color HEX #F295EB Violet

📋 copy color: '#F295EB'

red 242 ◦ green 149 ◦ blue 235

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

Shades of Violet #F295EB

Tints of Violet #F295EB

RGB

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

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

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

R = 38.66%
G = 23.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F295EB (or 0xF295EB) is known color: Violet. HEX triplet: F2, 95 and EB. RGB value is (242,149,235). Sum of RGB (Red+Green+Blue) = 242+149+235=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EB is #0D6A14. Grayscale: #BABABA. Windows color (decimal): -879125 or 15439346. OLE color: 15439346.

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

Color convert

RGB 242 149 235 -
CMYK 0 0.38 0.03 0.05
HSL 304.52º 0.78% 0.77% -
HSV(B) 304.52º 0.38% 0.95% -
XYZ 62.36 46.37 84.26 -
YUV 186.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 242 149 235 0 0.38 0.03 0.05 304.52 0.78 0.77
Hex F2 95 EB 0 26 3 5 131 4E 4D
Octal 362 225 353 0 46 3 5 461 116 115
Binary 11110010 10010101 11101011 0 100110 11 101 100110001 1001110 1001101

Color Harmonies of #F295EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295EB

Black with #F295EB

Text Example


Text Example

White with #F295EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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