Html Css Color HEX #F09CF2 Violet

📋 copy color: '#F09CF2'

red 240 ◦ green 156 ◦ blue 242

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

Shades of Violet #F09CF2

Tints of Violet #F09CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.45%

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

R = 37.62%
G = 24.45%
B = 37.93%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F09CF2 (or 0xF09CF2) is known color: Violet. HEX triplet: F0, 9C and F2. RGB value is (240,156,242). Sum of RGB (Red+Green+Blue) = 240+156+242=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CF2 is #0F630D. Grayscale: #BEBEBE. Windows color (decimal): -1008398 or 15899888. OLE color: 15899888.

HSL color Cylindrical-coordinate representation of color #F09CF2: hue angle of 298.6º degrees, saturation: 0.77, 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 #F09CF2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 156 242 -
CMYK 0.01 0.36 0 0.05
HSL 298.6º 0.77% 0.78% -
HSV(B) 298.6º 0.36% 0.95% -
XYZ 63.85 48.71 90.04 -
YUV 190.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 240 156 242 0.01 0.36 0 0.05 298.6 0.77 0.78
Hex F0 9C F2 1 24 0 5 12B 4D 4E
Octal 360 234 362 1 44 0 5 453 115 116
Binary 11110000 10011100 11110010 1 100100 0 101 100101011 1001101 1001110

Color Harmonies of #F09CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CF2

Black with #F09CF2

Text Example


Text Example

White with #F09CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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