Html Css Color HEX #F09DF0 Plum

📋 copy color: '#F09DF0'

red 240 ◦ green 157 ◦ blue 240

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

Shades of Plum #F09DF0

Tints of Plum #F09DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.65%

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 37.68%
G = 24.65%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F09DF0 (or 0xF09DF0) is known color: Plum. HEX triplet: F0, 9D and F0. RGB value is (240,157,240). Sum of RGB (Red+Green+Blue) = 240+157+240=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F09DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DF0 is #0F620F. Grayscale: #BFBFBF. Windows color (decimal): -1008144 or 15769072. OLE color: 15769072.

HSL color Cylindrical-coordinate representation of color #F09DF0: hue angle of 300º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DF0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 240 -
CMYK 0 0.35 0 0.06
HSL 300º 0.73% 0.78% -
HSV(B) 300º 0.35% 0.94% -
XYZ 63.72 48.93 88.52 -
YUV 191.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 240 157 240 0 0.35 0 0.06 300 0.73 0.78
Hex F0 9D F0 0 23 0 6 12C 49 4E
Octal 360 235 360 0 43 0 6 454 111 116
Binary 11110000 10011101 11110000 0 100011 0 110 100101100 1001001 1001110

Color Harmonies of #F09DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DF0

Black with #F09DF0

Text Example


Text Example

White with #F09DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DF0; }

 p { color: rgb(240,157,240); }

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

background-color css

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

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

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

border-color css

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

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

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