Html Css Color HEX #F085FB Violet

📋 copy color: '#F085FB'

red 240 ◦ green 133 ◦ blue 251

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

Shades of Violet #F085FB

Tints of Violet #F085FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 38.46%
G = 21.31%
B = 40.22%

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

#F085FB (or 0xF085FB) is known color: Violet. HEX triplet: F0, 85 and FB. RGB value is (240,133,251). Sum of RGB (Red+Green+Blue) = 240+133+251=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #F085FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FB is #0F7A04. Grayscale: #B2B2B2. Windows color (decimal): -1014277 or 16483824. OLE color: 16483824.

HSL color Cylindrical-coordinate representation of color #F085FB: hue angle of 294.41º degrees, saturation: 0.94, 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 #F085FB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 133 251 -
CMYK 0.04 0.47 0 0.02
HSL 294.41º 0.94% 0.75% -
HSV(B) 294.41º 0.47% 0.98% -
XYZ 61.74 42.27 96.17 -
YUV 178.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 240 133 251 0.04 0.47 0 0.02 294.41 0.94 0.75
Hex F0 85 FB 4 2F 0 2 126 5E 4B
Octal 360 205 373 4 57 0 2 446 136 113
Binary 11110000 10000101 11111011 100 101111 0 10 100100110 1011110 1001011

Color Harmonies of #F085FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085FB

Black with #F085FB

Text Example


Text Example

White with #F085FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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