Html Css Color HEX #F09BF1 Violet

📋 copy color: '#F09BF1'

red 240 ◦ green 155 ◦ blue 241

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

Shades of Violet #F09BF1

Tints of Violet #F09BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.37%

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

R = 37.74%
G = 24.37%
B = 37.89%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F09BF1 (or 0xF09BF1) is known color: Violet. HEX triplet: F0, 9B and F1. RGB value is (240,155,241). Sum of RGB (Red+Green+Blue) = 240+155+241=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BF1 is #0F640E. Grayscale: #BDBDBD. Windows color (decimal): -1008655 or 15834096. OLE color: 15834096.

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

Color convert

RGB 240 155 241 -
CMYK 0.00 0.36 0 0.05
HSL 299.3º 0.75% 0.78% -
HSV(B) 299.3º 0.36% 0.95% -
XYZ 63.53 48.32 89.2 -
YUV 190.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 240 155 241 0.00 0.36 0 0.05 299.3 0.75 0.78
Hex F0 9B F1 0 24 0 5 12B 4B 4E
Octal 360 233 361 0 44 0 5 453 113 116
Binary 11110000 10011011 11110001 0 100100 0 101 100101011 1001011 1001110

Color Harmonies of #F09BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BF1

Black with #F09BF1

Text Example


Text Example

White with #F09BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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