Html Css Color HEX #F095FF Violet

📋 copy color: '#F095FF'

red 240 ◦ green 149 ◦ blue 255

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

Shades of Violet #F095FF

Tints of Violet #F095FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.6%

R = 37.27%
G = 23.14%
B = 39.6%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F095FF (or 0xF095FF) is known color: Violet. HEX triplet: F0, 95 and FF. RGB value is (240,149,255). Sum of RGB (Red+Green+Blue) = 240+149+255=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 149 (58.59% from 255 or 23.14% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #F095FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095FF is #0F6A00. Grayscale: #BBBBBB. Windows color (decimal): -1010177 or 16750064. OLE color: 16750064.

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

Color convert

RGB 240 149 255 -
CMYK 0.06 0.42 0 0
HSL 291.51º 1% 0.79% -
HSV(B) 291.51º 0.42% 1% -
XYZ 64.73 47.24 100.31 -
YUV 188.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 240 149 255 0.06 0.42 0 0 291.51 1 0.79
Hex F0 95 FF 6 2A 0 0 124 64 4F
Octal 360 225 377 6 52 0 0 444 144 117
Binary 11110000 10010101 11111111 110 101010 0 0 100100100 1100100 1001111

Color Harmonies of #F095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095FF

Black with #F095FF

Text Example


Text Example

White with #F095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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