Html Css Color HEX #F083FF Violet

📋 copy color: '#F083FF'

red 240 ◦ green 131 ◦ blue 255

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

Shades of Violet #F083FF

Tints of Violet #F083FF

RGB

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

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

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

R = 38.34%
G = 20.93%
B = 40.73%

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

#F083FF (or 0xF083FF) is known color: Violet. HEX triplet: F0, 83 and FF. RGB value is (240,131,255). Sum of RGB (Red+Green+Blue) = 240+131+255=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 131 (51.56% from 255 or 20.93% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F083FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083FF is #0F7C00. Grayscale: #B1B1B1. Windows color (decimal): -1014785 or 16745456. OLE color: 16745456.

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

Color convert

RGB 240 131 255 -
CMYK 0.06 0.49 0 0
HSL 292.74º 1% 0.76% -
HSV(B) 292.74º 0.49% 1% -
XYZ 62.1 41.98 99.44 -
YUV 177.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 240 131 255 0.06 0.49 0 0 292.74 1 0.76
Hex F0 83 FF 6 31 0 0 125 64 4C
Octal 360 203 377 6 61 0 0 445 144 114
Binary 11110000 10000011 11111111 110 110001 0 0 100100101 1100100 1001100

Color Harmonies of #F083FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083FF

Black with #F083FF

Text Example


Text Example

White with #F083FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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