Html Css Color HEX #F095FE Violet

📋 copy color: '#F095FE'

red 240 ◦ green 149 ◦ blue 254

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

Shades of Violet #F095FE

Tints of Violet #F095FE

RGB

 RED value IS 240 (94.14% from 255) = 37.33%

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

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 37.33%
G = 23.17%
B = 39.5%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F095FE (or 0xF095FE) is known color: Violet. HEX triplet: F0, 95 and FE. RGB value is (240,149,254). Sum of RGB (Red+Green+Blue) = 240+149+254=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #F095FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095FE is #0F6A01. Grayscale: #BBBBBB. Windows color (decimal): -1010178 or 16684528. OLE color: 16684528.

HSL color Cylindrical-coordinate representation of color #F095FE: hue angle of 292º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F095FE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 149 254 -
CMYK 0.06 0.41 0 0.00
HSL 292º 0.98% 0.79% -
HSV(B) 292º 0.41% 1% -
XYZ 64.57 47.18 99.47 -
YUV 188.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 240 149 254 0.06 0.41 0 0.00 292 0.98 0.79
Hex F0 95 FE 6 29 0 0 124 62 4F
Octal 360 225 376 6 51 0 0 444 142 117
Binary 11110000 10010101 11111110 110 101001 0 0 100100100 1100010 1001111

Color Harmonies of #F095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095FE

Black with #F095FE

Text Example


Text Example

White with #F095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095FE; }

 p { color: rgb(240,149,254); }

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

background-color css

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

 a { background-color: rgb(240,149,254); }

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

border-color css

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

 span { border-color: rgb(240,149,254); }

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