Html Css Color HEX #F084FF Violet

📋 copy color: '#F084FF'

red 240 ◦ green 132 ◦ blue 255

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

Shades of Violet #F084FF

Tints of Violet #F084FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.05%

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

R = 38.28%
G = 21.05%
B = 40.67%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F084FF (or 0xF084FF) is known color: Violet. HEX triplet: F0, 84 and FF. RGB value is (240,132,255). Sum of RGB (Red+Green+Blue) = 240+132+255=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F084FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084FF is #0F7B00. Grayscale: #B1B1B1. Windows color (decimal): -1014529 or 16745712. OLE color: 16745712.

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

Color convert

RGB 240 132 255 -
CMYK 0.06 0.48 0 0
HSL 292.68º 1% 0.76% -
HSV(B) 292.68º 0.48% 1% -
XYZ 62.24 42.25 99.48 -
YUV 178.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 240 132 255 0.06 0.48 0 0 292.68 1 0.76
Hex F0 84 FF 6 30 0 0 125 64 4C
Octal 360 204 377 6 60 0 0 445 144 114
Binary 11110000 10000100 11111111 110 110000 0 0 100100101 1100100 1001100

Color Harmonies of #F084FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084FF

Black with #F084FF

Text Example


Text Example

White with #F084FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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