Html Css Color HEX #F085FF Violet

📋 copy color: '#F085FF'

red 240 ◦ green 133 ◦ blue 255

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

Shades of Violet #F085FF

Tints of Violet #F085FF

RGB

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

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

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

R = 38.22%
G = 21.18%
B = 40.61%

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

#F085FF (or 0xF085FF) is known color: Violet. HEX triplet: F0, 85 and FF. RGB value is (240,133,255). Sum of RGB (Red+Green+Blue) = 240+133+255=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F085FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FF is #0F7A00. Grayscale: #B2B2B2. Windows color (decimal): -1014273 or 16745968. OLE color: 16745968.

HSL color Cylindrical-coordinate representation of color #F085FF: hue angle of 292.62º 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 #F085FF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 133 255 -
CMYK 0.06 0.48 0 0
HSL 292.62º 1% 0.76% -
HSV(B) 292.62º 0.48% 1% -
XYZ 62.37 42.52 99.53 -
YUV 178.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 240 133 255 0.06 0.48 0 0 292.62 1 0.76
Hex F0 85 FF 6 30 0 0 125 64 4C
Octal 360 205 377 6 60 0 0 445 144 114
Binary 11110000 10000101 11111111 110 110000 0 0 100100101 1100100 1001100

Color Harmonies of #F085FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085FF

Black with #F085FF

Text Example


Text Example

White with #F085FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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