Html Css Color HEX #F08FFF Violet

📋 copy color: '#F08FFF'

red 240 ◦ green 143 ◦ blue 255

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

Shades of Violet #F08FFF

Tints of Violet #F08FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.41%

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

R = 37.62%
G = 22.41%
B = 39.97%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F08FFF (or 0xF08FFF) is known color: Violet. HEX triplet: F0, 8F and FF. RGB value is (240,143,255). Sum of RGB (Red+Green+Blue) = 240+143+255=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 143 (56.25% from 255 or 22.41% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FFF is #0F7000. Grayscale: #B8B8B8. Windows color (decimal): -1011713 or 16748528. OLE color: 16748528.

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

Color convert

RGB 240 143 255 -
CMYK 0.06 0.44 0 0
HSL 291.96º 1% 0.78% -
HSV(B) 291.96º 0.44% 1% -
XYZ 63.81 45.39 100.01 -
YUV 184.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 240 143 255 0.06 0.44 0 0 291.96 1 0.78
Hex F0 8F FF 6 2C 0 0 124 64 4E
Octal 360 217 377 6 54 0 0 444 144 116
Binary 11110000 10001111 11111111 110 101100 0 0 100100100 1100100 1001110

Color Harmonies of #F08FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FFF

Black with #F08FFF

Text Example


Text Example

White with #F08FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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