Html Css Color HEX #F085F7 Violet

📋 copy color: '#F085F7'

red 240 ◦ green 133 ◦ blue 247

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

Shades of Violet #F085F7

Tints of Violet #F085F7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.45%

 BLUE value IS 247 (96.88% from 255) = 39.84%

R = 38.71%
G = 21.45%
B = 39.84%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F085F7 (or 0xF085F7) is known color: Violet. HEX triplet: F0, 85 and F7. RGB value is (240,133,247). Sum of RGB (Red+Green+Blue) = 240+133+247=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #F085F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085F7 is #0F7A08. Grayscale: #B1B1B1. Windows color (decimal): -1014281 or 16221680. OLE color: 16221680.

HSL color Cylindrical-coordinate representation of color #F085F7: hue angle of 296.32º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F085F7 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 133 247 -
CMYK 0.03 0.46 0 0.03
HSL 296.32º 0.88% 0.75% -
HSV(B) 296.32º 0.46% 0.97% -
XYZ 61.11 42.02 92.88 -
YUV 177.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 240 133 247 0.03 0.46 0 0.03 296.32 0.88 0.75
Hex F0 85 F7 3 2E 0 3 128 58 4B
Octal 360 205 367 3 56 0 3 450 130 113
Binary 11110000 10000101 11110111 11 101110 0 11 100101000 1011000 1001011

Color Harmonies of #F085F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085F7

Black with #F085F7

Text Example


Text Example

White with #F085F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085F7; }

 p { color: rgb(240,133,247); }

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

background-color css

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

 a { background-color: rgb(240,133,247); }

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

border-color css

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

 span { border-color: rgb(240,133,247); }

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