Html Css Color HEX #F083FE Violet

📋 copy color: '#F083FE'

red 240 ◦ green 131 ◦ blue 254

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

Shades of Violet #F083FE

Tints of Violet #F083FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.96%

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 38.4%
G = 20.96%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F083FE (or 0xF083FE) is known color: Violet. HEX triplet: F0, 83 and FE. RGB value is (240,131,254). Sum of RGB (Red+Green+Blue) = 240+131+254=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 131 (51.56% from 255 or 20.96% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #F083FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083FE is #0F7C01. Grayscale: #B1B1B1. Windows color (decimal): -1014786 or 16679920. OLE color: 16679920.

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

Color convert

RGB 240 131 254 -
CMYK 0.06 0.48 0 0.00
HSL 293.17º 0.98% 0.75% -
HSV(B) 293.17º 0.48% 1% -
XYZ 61.94 41.91 98.59 -
YUV 177.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 240 131 254 0.06 0.48 0 0.00 293.17 0.98 0.75
Hex F0 83 FE 6 30 0 0 125 62 4B
Octal 360 203 376 6 60 0 0 445 142 113
Binary 11110000 10000011 11111110 110 110000 0 0 100100101 1100010 1001011

Color Harmonies of #F083FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083FE

Black with #F083FE

Text Example


Text Example

White with #F083FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083FE; }

 p { color: rgb(240,131,254); }

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

background-color css

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

 a { background-color: rgb(240,131,254); }

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

border-color css

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

 span { border-color: rgb(240,131,254); }

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