Html Css Color HEX #F091FF Violet

📋 copy color: '#F091FF'

red 240 ◦ green 145 ◦ blue 255

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

Shades of Violet #F091FF

Tints of Violet #F091FF

RGB

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

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

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

R = 37.5%
G = 22.66%
B = 39.84%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F091FF (or 0xF091FF) is known color: Violet. HEX triplet: F0, 91 and FF. RGB value is (240,145,255). Sum of RGB (Red+Green+Blue) = 240+145+255=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 145 (57.03% from 255 or 22.66% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F091FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091FF is #0F6E00. Grayscale: #B9B9B9. Windows color (decimal): -1011201 or 16749040. OLE color: 16749040.

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

Color convert

RGB 240 145 255 -
CMYK 0.06 0.43 0 0
HSL 291.82º 1% 0.78% -
HSV(B) 291.82º 0.43% 1% -
XYZ 64.11 46 100.11 -
YUV 185.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 240 145 255 0.06 0.43 0 0 291.82 1 0.78
Hex F0 91 FF 6 2B 0 0 124 64 4E
Octal 360 221 377 6 53 0 0 444 144 116
Binary 11110000 10010001 11111111 110 101011 0 0 100100100 1100100 1001110

Color Harmonies of #F091FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091FF

Black with #F091FF

Text Example


Text Example

White with #F091FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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