Html Css Color HEX #F084F9 Violet

📋 copy color: '#F084F9'

red 240 ◦ green 132 ◦ blue 249

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

Shades of Violet #F084F9

Tints of Violet #F084F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 38.65%
G = 21.26%
B = 40.1%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F084F9 (or 0xF084F9) is known color: Violet. HEX triplet: F0, 84 and F9. RGB value is (240,132,249). Sum of RGB (Red+Green+Blue) = 240+132+249=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #F084F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084F9 is #0F7B06. Grayscale: #B1B1B1. Windows color (decimal): -1014535 or 16352496. OLE color: 16352496.

HSL color Cylindrical-coordinate representation of color #F084F9: hue angle of 295.38º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F084F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 132 249 -
CMYK 0.04 0.47 0 0.02
HSL 295.38º 0.91% 0.75% -
HSV(B) 295.38º 0.47% 0.98% -
XYZ 61.29 41.87 94.47 -
YUV 177.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 240 132 249 0.04 0.47 0 0.02 295.38 0.91 0.75
Hex F0 84 F9 4 2F 0 2 127 5B 4B
Octal 360 204 371 4 57 0 2 447 133 113
Binary 11110000 10000100 11111001 100 101111 0 10 100100111 1011011 1001011

Color Harmonies of #F084F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084F9

Black with #F084F9

Text Example


Text Example

White with #F084F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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