Html Css Color HEX #F08FF8 Violet

📋 copy color: '#F08FF8'

red 240 ◦ green 143 ◦ blue 248

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

Shades of Violet #F08FF8

Tints of Violet #F08FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.3%

R = 38.03%
G = 22.66%
B = 39.3%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F08FF8 (or 0xF08FF8) is known color: Violet. HEX triplet: F0, 8F and F8. RGB value is (240,143,248). Sum of RGB (Red+Green+Blue) = 240+143+248=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #F08FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FF8 is #0F7007. Grayscale: #B7B7B7. Windows color (decimal): -1011720 or 16289776. OLE color: 16289776.

HSL color Cylindrical-coordinate representation of color #F08FF8: hue angle of 295.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08FF8 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 143 248 -
CMYK 0.03 0.42 0 0.03
HSL 295.43º 0.88% 0.77% -
HSV(B) 295.43º 0.42% 0.97% -
XYZ 62.7 44.95 94.18 -
YUV 183.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 240 143 248 0.03 0.42 0 0.03 295.43 0.88 0.77
Hex F0 8F F8 3 2A 0 3 127 58 4D
Octal 360 217 370 3 52 0 3 447 130 115
Binary 11110000 10001111 11111000 11 101010 0 11 100100111 1011000 1001101

Color Harmonies of #F08FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FF8

Black with #F08FF8

Text Example


Text Example

White with #F08FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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