Html Css Color HEX #F295EE Violet

📋 copy color: '#F295EE'

red 242 ◦ green 149 ◦ blue 238

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

Shades of Violet #F295EE

Tints of Violet #F295EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 38.47%
G = 23.69%
B = 37.84%

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

#F295EE (or 0xF295EE) is known color: Violet. HEX triplet: F2, 95 and EE. RGB value is (242,149,238). Sum of RGB (Red+Green+Blue) = 242+149+238=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EE is #0D6A11. Grayscale: #BABABA. Windows color (decimal): -879122 or 15635954. OLE color: 15635954.

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

Color convert

RGB 242 149 238 -
CMYK 0 0.38 0.02 0.05
HSL 302.58º 0.78% 0.77% -
HSV(B) 302.58º 0.38% 0.95% -
XYZ 62.8 46.55 86.56 -
YUV 186.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 242 149 238 0 0.38 0.02 0.05 302.58 0.78 0.77
Hex F2 95 EE 0 26 2 5 12F 4E 4D
Octal 362 225 356 0 46 2 5 457 116 115
Binary 11110010 10010101 11101110 0 100110 10 101 100101111 1001110 1001101

Color Harmonies of #F295EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295EE

Black with #F295EE

Text Example


Text Example

White with #F295EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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