Html Css Color HEX #F091FA Violet

📋 copy color: '#F091FA'

red 240 ◦ green 145 ◦ blue 250

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

Shades of Violet #F091FA

Tints of Violet #F091FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.83%

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

R = 37.8%
G = 22.83%
B = 39.37%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F091FA (or 0xF091FA) is known color: Violet. HEX triplet: F0, 91 and FA. RGB value is (240,145,250). Sum of RGB (Red+Green+Blue) = 240+145+250=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #F091FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091FA is #0F6E05. Grayscale: #B9B9B9. Windows color (decimal): -1011206 or 16421360. OLE color: 16421360.

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

Color convert

RGB 240 145 250 -
CMYK 0.04 0.42 0 0.02
HSL 294.29º 0.91% 0.77% -
HSV(B) 294.29º 0.42% 0.98% -
XYZ 63.32 45.68 95.92 -
YUV 185.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 240 145 250 0.04 0.42 0 0.02 294.29 0.91 0.77
Hex F0 91 FA 4 2A 0 2 126 5B 4D
Octal 360 221 372 4 52 0 2 446 133 115
Binary 11110000 10010001 11111010 100 101010 0 10 100100110 1011011 1001101

Color Harmonies of #F091FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091FA

Black with #F091FA

Text Example


Text Example

White with #F091FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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