Html Css Color HEX #F06FF1 Violet

📋 copy color: '#F06FF1'

red 240 ◦ green 111 ◦ blue 241

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

Shades of Violet #F06FF1

Tints of Violet #F06FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.75%

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

R = 40.54%
G = 18.75%
B = 40.71%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F06FF1 (or 0xF06FF1) is known color: Violet. HEX triplet: F0, 6F and F1. RGB value is (240,111,241). Sum of RGB (Red+Green+Blue) = 240+111+241=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FF1 is #0F900E. Grayscale: #A4A4A4. Windows color (decimal): -1019919 or 15822832. OLE color: 15822832.

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

Color convert

RGB 240 111 241 -
CMYK 0.00 0.54 0 0.05
HSL 299.54º 0.82% 0.69% -
HSV(B) 299.54º 0.54% 0.95% -
XYZ 57.5 36.25 87.18 -
YUV 164.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 240 111 241 0.00 0.54 0 0.05 299.54 0.82 0.69
Hex F0 6F F1 0 36 0 5 12C 52 45
Octal 360 157 361 0 66 0 5 454 122 105
Binary 11110000 1101111 11110001 0 110110 0 101 100101100 1010010 1000101

Color Harmonies of #F06FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FF1

Black with #F06FF1

Text Example


Text Example

White with #F06FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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