Html Css Color HEX #F095FA Violet

📋 copy color: '#F095FA'

red 240 ◦ green 149 ◦ blue 250

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

Shades of Violet #F095FA

Tints of Violet #F095FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 37.56%
G = 23.32%
B = 39.12%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F095FA (or 0xF095FA) is known color: Violet. HEX triplet: F0, 95 and FA. RGB value is (240,149,250). Sum of RGB (Red+Green+Blue) = 240+149+250=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F095FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095FA is #0F6A05. Grayscale: #BBBBBB. Windows color (decimal): -1010182 or 16422384. OLE color: 16422384.

HSL color Cylindrical-coordinate representation of color #F095FA: hue angle of 294.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F095FA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 149 250 -
CMYK 0.04 0.40 0 0.02
HSL 294.06º 0.91% 0.78% -
HSV(B) 294.06º 0.4% 0.98% -
XYZ 63.94 46.92 96.13 -
YUV 187.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 240 149 250 0.04 0.40 0 0.02 294.06 0.91 0.78
Hex F0 95 FA 4 28 0 2 126 5B 4E
Octal 360 225 372 4 50 0 2 446 133 116
Binary 11110000 10010101 11111010 100 101000 0 10 100100110 1011011 1001110

Color Harmonies of #F095FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095FA

Black with #F095FA

Text Example


Text Example

White with #F095FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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