Html Css Color HEX #F09BFA Violet

📋 copy color: '#F09BFA'

red 240 ◦ green 155 ◦ blue 250

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

Shades of Violet #F09BFA

Tints of Violet #F09BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 37.21%
G = 24.03%
B = 38.76%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F09BFA (or 0xF09BFA) is known color: Violet. HEX triplet: F0, 9B and FA. RGB value is (240,155,250). Sum of RGB (Red+Green+Blue) = 240+155+250=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F09BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BFA is #0F6405. Grayscale: #BEBEBE. Windows color (decimal): -1008646 or 16423920. OLE color: 16423920.

HSL color Cylindrical-coordinate representation of color #F09BFA: hue angle of 293.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09BFA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 155 250 -
CMYK 0.04 0.38 0 0.02
HSL 293.68º 0.9% 0.79% -
HSV(B) 293.68º 0.38% 0.98% -
XYZ 64.91 48.87 96.45 -
YUV 191.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 240 155 250 0.04 0.38 0 0.02 293.68 0.9 0.79
Hex F0 9B FA 4 26 0 2 126 5A 4F
Octal 360 233 372 4 46 0 2 446 132 117
Binary 11110000 10011011 11111010 100 100110 0 10 100100110 1011010 1001111

Color Harmonies of #F09BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BFA

Black with #F09BFA

Text Example


Text Example

White with #F09BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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