Html Css Color HEX #F290F9 Violet

📋 copy color: '#F290F9'

red 242 ◦ green 144 ◦ blue 249

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

Shades of Violet #F290F9

Tints of Violet #F290F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.68%

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

R = 38.11%
G = 22.68%
B = 39.21%

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

#F290F9 (or 0xF290F9) is known color: Violet. HEX triplet: F2, 90 and F9. RGB value is (242,144,249). Sum of RGB (Red+Green+Blue) = 242+144+249=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #F290F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290F9 is #0D6F06. Grayscale: #B8B8B8. Windows color (decimal): -880391 or 16355570. OLE color: 16355570.

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

Color convert

RGB 242 144 249 -
CMYK 0.03 0.42 0 0.02
HSL 296º 0.9% 0.77% -
HSV(B) 296º 0.42% 0.98% -
XYZ 63.69 45.66 95.08 -
YUV 185.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 242 144 249 0.03 0.42 0 0.02 296 0.9 0.77
Hex F2 90 F9 3 2A 0 2 128 5A 4D
Octal 362 220 371 3 52 0 2 450 132 115
Binary 11110010 10010000 11111001 11 101010 0 10 100101000 1011010 1001101

Color Harmonies of #F290F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290F9

Black with #F290F9

Text Example


Text Example

White with #F290F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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