Html Css Color HEX #F08FEF Violet

📋 copy color: '#F08FEF'

red 240 ◦ green 143 ◦ blue 239

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

Shades of Violet #F08FEF

Tints of Violet #F08FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 38.59%
G = 22.99%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F08FEF (or 0xF08FEF) is known color: Violet. HEX triplet: F0, 8F and EF. RGB value is (240,143,239). Sum of RGB (Red+Green+Blue) = 240+143+239=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FEF is #0F7010. Grayscale: #B6B6B6. Windows color (decimal): -1011729 or 15699952. OLE color: 15699952.

HSL color Cylindrical-coordinate representation of color #F08FEF: hue angle of 300.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FEF is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 239 -
CMYK 0 0.40 0.00 0.06
HSL 300.62º 0.76% 0.75% -
HSV(B) 300.62º 0.4% 0.94% -
XYZ 61.34 44.4 87 -
YUV 182.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 240 143 239 0 0.40 0.00 0.06 300.62 0.76 0.75
Hex F0 8F EF 0 28 0 6 12D 4C 4B
Octal 360 217 357 0 50 0 6 455 114 113
Binary 11110000 10001111 11101111 0 101000 0 110 100101101 1001100 1001011

Color Harmonies of #F08FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FEF

Black with #F08FEF

Text Example


Text Example

White with #F08FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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