Html Css Color HEX #F09FF2 Plum

📋 copy color: '#F09FF2'

red 240 ◦ green 159 ◦ blue 242

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

Shades of Plum #F09FF2

Tints of Plum #F09FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 37.44%
G = 24.8%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F09FF2 (or 0xF09FF2) is known color: Plum. HEX triplet: F0, 9F and F2. RGB value is (240,159,242). Sum of RGB (Red+Green+Blue) = 240+159+242=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FF2 is #0F600D. Grayscale: #C0C0C0. Windows color (decimal): -1007630 or 15900656. OLE color: 15900656.

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

Color convert

RGB 240 159 242 -
CMYK 0.01 0.34 0 0.05
HSL 298.55º 0.76% 0.79% -
HSV(B) 298.55º 0.34% 0.95% -
XYZ 64.36 49.73 90.21 -
YUV 192.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 240 159 242 0.01 0.34 0 0.05 298.55 0.76 0.79
Hex F0 9F F2 1 22 0 5 12B 4C 4F
Octal 360 237 362 1 42 0 5 453 114 117
Binary 11110000 10011111 11110010 1 100010 0 101 100101011 1001100 1001111

Color Harmonies of #F09FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FF2

Black with #F09FF2

Text Example


Text Example

White with #F09FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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