Html Css Color HEX #F090F1 Violet

📋 copy color: '#F090F1'

red 240 ◦ green 144 ◦ blue 241

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

Shades of Violet #F090F1

Tints of Violet #F090F1

RGB

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

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

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

R = 38.4%
G = 23.04%
B = 38.56%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F090F1 (or 0xF090F1) is known color: Violet. HEX triplet: F0, 90 and F1. RGB value is (240,144,241). Sum of RGB (Red+Green+Blue) = 240+144+241=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #F090F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090F1 is #0F6F0E. Grayscale: #B7B7B7. Windows color (decimal): -1011471 or 15831280. OLE color: 15831280.

HSL color Cylindrical-coordinate representation of color #F090F1: hue angle of 299.38º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090F1 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 144 241 -
CMYK 0.00 0.40 0 0.05
HSL 299.38º 0.78% 0.75% -
HSV(B) 299.38º 0.4% 0.95% -
XYZ 61.79 44.82 88.61 -
YUV 183.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 240 144 241 0.00 0.40 0 0.05 299.38 0.78 0.75
Hex F0 90 F1 0 28 0 5 12B 4E 4B
Octal 360 220 361 0 50 0 5 453 116 113
Binary 11110000 10010000 11110001 0 101000 0 101 100101011 1001110 1001011

Color Harmonies of #F090F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090F1

Black with #F090F1

Text Example


Text Example

White with #F090F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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