Html Css Color HEX #F490F1 Violet

📋 copy color: '#F490F1'

red 244 ◦ green 144 ◦ blue 241

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

Shades of Violet #F490F1

Tints of Violet #F490F1

RGB

 RED value IS 244 (95.7% from 255) = 38.79%

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

 BLUE value IS 241 (94.53% from 255) = 38.31%

R = 38.79%
G = 22.89%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F490F1 (or 0xF490F1) is known color: Violet. HEX triplet: F4, 90 and F1. RGB value is (244,144,241). Sum of RGB (Red+Green+Blue) = 244+144+241=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F490F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490F1 is #0B6F0E. Grayscale: #B8B8B8. Windows color (decimal): -749327 or 15831284. OLE color: 15831284.

HSL color Cylindrical-coordinate representation of color #F490F1: hue angle of 301.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490F1 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 241 -
CMYK 0 0.41 0.01 0.04
HSL 301.8º 0.82% 0.76% -
HSV(B) 301.8º 0.41% 0.96% -
XYZ 63.16 45.53 88.68 -
YUV 184.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 244 144 241 0 0.41 0.01 0.04 301.8 0.82 0.76
Hex F4 90 F1 0 29 1 4 12E 52 4C
Octal 364 220 361 0 51 1 4 456 122 114
Binary 11110100 10010000 11110001 0 101001 1 100 100101110 1010010 1001100

Color Harmonies of #F490F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F490F1

Black with #F490F1

Text Example


Text Example

White with #F490F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F490F1; }

 p { color: rgb(244,144,241); }

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

background-color css

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

 a { background-color: rgb(244,144,241); }

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

border-color css

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

 span { border-color: rgb(244,144,241); }

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