Html Css Color HEX #F08CFF Violet

📋 copy color: '#F08CFF'

red 240 ◦ green 140 ◦ blue 255

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

Shades of Violet #F08CFF

Tints of Violet #F08CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.05%

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

R = 37.8%
G = 22.05%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F08CFF (or 0xF08CFF) is known color: Violet. HEX triplet: F0, 8C and FF. RGB value is (240,140,255). Sum of RGB (Red+Green+Blue) = 240+140+255=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 140 (55.08% from 255 or 22.05% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFF is #0F7300. Grayscale: #B6B6B6. Windows color (decimal): -1012481 or 16747760. OLE color: 16747760.

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

Color convert

RGB 240 140 255 -
CMYK 0.06 0.45 0 0
HSL 292.17º 1% 0.77% -
HSV(B) 292.17º 0.45% 1% -
XYZ 63.36 44.5 99.86 -
YUV 183.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 240 140 255 0.06 0.45 0 0 292.17 1 0.77
Hex F0 8C FF 6 2D 0 0 124 64 4D
Octal 360 214 377 6 55 0 0 444 144 115
Binary 11110000 10001100 11111111 110 101101 0 0 100100100 1100100 1001101

Color Harmonies of #F08CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CFF

Black with #F08CFF

Text Example


Text Example

White with #F08CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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