Html Css Color HEX #F291F9 Violet

📋 copy color: '#F291F9'

red 242 ◦ green 145 ◦ blue 249

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

Shades of Violet #F291F9

Tints of Violet #F291F9

RGB

 RED value IS 242 (94.92% from 255) = 38.05%

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

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 38.05%
G = 22.8%
B = 39.15%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F291F9 (or 0xF291F9) is known color: Violet. HEX triplet: F2, 91 and F9. RGB value is (242,145,249). Sum of RGB (Red+Green+Blue) = 242+145+249=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #F291F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291F9 is #0D6E06. Grayscale: #B9B9B9. Windows color (decimal): -880135 or 16355826. OLE color: 16355826.

HSL color Cylindrical-coordinate representation of color #F291F9: hue angle of 295.96º degrees, saturation: 0.9, 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 #F291F9 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 145 249 -
CMYK 0.03 0.42 0 0.02
HSL 295.96º 0.9% 0.77% -
HSV(B) 295.96º 0.42% 0.98% -
XYZ 63.84 45.97 95.13 -
YUV 185.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 242 145 249 0.03 0.42 0 0.02 295.96 0.9 0.77
Hex F2 91 F9 3 2A 0 2 128 5A 4D
Octal 362 221 371 3 52 0 2 450 132 115
Binary 11110010 10010001 11111001 11 101010 0 10 100101000 1011010 1001101

Color Harmonies of #F291F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291F9

Black with #F291F9

Text Example


Text Example

White with #F291F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291F9; }

 p { color: rgb(242,145,249); }

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

background-color css

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

 a { background-color: rgb(242,145,249); }

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

border-color css

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

 span { border-color: rgb(242,145,249); }

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