Html Css Color HEX #F09FF1 Plum

📋 copy color: '#F09FF1'

red 240 ◦ green 159 ◦ blue 241

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

Shades of Plum #F09FF1

Tints of Plum #F09FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.84%

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

R = 37.5%
G = 24.84%
B = 37.66%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F09FF1 (or 0xF09FF1) is known color: Plum. HEX triplet: F0, 9F and F1. RGB value is (240,159,241). Sum of RGB (Red+Green+Blue) = 240+159+241=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FF1 is #0F600E. Grayscale: #C0C0C0. Windows color (decimal): -1007631 or 15835120. OLE color: 15835120.

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

Color convert

RGB 240 159 241 -
CMYK 0.00 0.34 0 0.05
HSL 299.27º 0.75% 0.78% -
HSV(B) 299.27º 0.34% 0.95% -
XYZ 64.21 49.67 89.42 -
YUV 192.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 240 159 241 0.00 0.34 0 0.05 299.27 0.75 0.78
Hex F0 9F F1 0 22 0 5 12B 4B 4E
Octal 360 237 361 0 42 0 5 453 113 116
Binary 11110000 10011111 11110001 0 100010 0 101 100101011 1001011 1001110

Color Harmonies of #F09FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FF1

Black with #F09FF1

Text Example


Text Example

White with #F09FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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