Html Css Color HEX #F095FC Violet

📋 copy color: '#F095FC'

red 240 ◦ green 149 ◦ blue 252

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

Shades of Violet #F095FC

Tints of Violet #F095FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 37.44%
G = 23.24%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F095FC (or 0xF095FC) is known color: Violet. HEX triplet: F0, 95 and FC. RGB value is (240,149,252). Sum of RGB (Red+Green+Blue) = 240+149+252=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #F095FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095FC is #0F6A03. Grayscale: #BBBBBB. Windows color (decimal): -1010180 or 16553456. OLE color: 16553456.

HSL color Cylindrical-coordinate representation of color #F095FC: hue angle of 293.01º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F095FC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 149 252 -
CMYK 0.05 0.41 0 0.01
HSL 293.01º 0.94% 0.79% -
HSV(B) 293.01º 0.41% 0.99% -
XYZ 64.25 47.05 97.79 -
YUV 187.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 240 149 252 0.05 0.41 0 0.01 293.01 0.94 0.79
Hex F0 95 FC 5 29 0 1 125 5E 4F
Octal 360 225 374 5 51 0 1 445 136 117
Binary 11110000 10010101 11111100 101 101001 0 1 100100101 1011110 1001111

Color Harmonies of #F095FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095FC

Black with #F095FC

Text Example


Text Example

White with #F095FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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