Html Css Color HEX #F081FF Violet

📋 copy color: '#F081FF'

red 240 ◦ green 129 ◦ blue 255

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

Shades of Violet #F081FF

Tints of Violet #F081FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.67%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 38.46%
G = 20.67%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F081FF (or 0xF081FF) is known color: Violet. HEX triplet: F0, 81 and FF. RGB value is (240,129,255). Sum of RGB (Red+Green+Blue) = 240+129+255=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F081FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081FF is #0F7E00. Grayscale: #B0B0B0. Windows color (decimal): -1015297 or 16744944. OLE color: 16744944.

HSL color Cylindrical-coordinate representation of color #F081FF: hue angle of 292.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F081FF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 129 255 -
CMYK 0.06 0.49 0 0
HSL 292.86º 1% 0.75% -
HSV(B) 292.86º 0.49% 1% -
XYZ 61.84 41.45 99.35 -
YUV 176.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 240 129 255 0.06 0.49 0 0 292.86 1 0.75
Hex F0 81 FF 6 31 0 0 125 64 4B
Octal 360 201 377 6 61 0 0 445 144 113
Binary 11110000 10000001 11111111 110 110001 0 0 100100101 1100100 1001011

Color Harmonies of #F081FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081FF

Black with #F081FF

Text Example


Text Example

White with #F081FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081FF; }

 p { color: rgb(240,129,255); }

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

background-color css

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

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

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

border-color css

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

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

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