Html Css Color HEX #F390FA Violet

📋 copy color: '#F390FA'

red 243 ◦ green 144 ◦ blue 250

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

Shades of Violet #F390FA

Tints of Violet #F390FA

RGB

 RED value IS 243 (95.31% from 255) = 38.15%

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

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

R = 38.15%
G = 22.61%
B = 39.25%

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

#F390FA (or 0xF390FA) is known color: Violet. HEX triplet: F3, 90 and FA. RGB value is (243,144,250). Sum of RGB (Red+Green+Blue) = 243+144+250=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 144 (56.64% from 255 or 22.61% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F390FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390FA is #0C6F05. Grayscale: #B9B9B9. Windows color (decimal): -814854 or 16421107. OLE color: 16421107.

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

Color convert

RGB 243 144 250 -
CMYK 0.03 0.42 0 0.02
HSL 296.04º 0.91% 0.77% -
HSV(B) 296.04º 0.42% 0.98% -
XYZ 64.19 45.9 95.92 -
YUV 185.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 243 144 250 0.03 0.42 0 0.02 296.04 0.91 0.77
Hex F3 90 FA 3 2A 0 2 128 5B 4D
Octal 363 220 372 3 52 0 2 450 133 115
Binary 11110011 10010000 11111010 11 101010 0 10 100101000 1011011 1001101

Color Harmonies of #F390FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F390FA

Black with #F390FA

Text Example


Text Example

White with #F390FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F390FA; }

 p { color: rgb(243,144,250); }

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

background-color css

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

 a { background-color: rgb(243,144,250); }

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

border-color css

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

 span { border-color: rgb(243,144,250); }

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