Html Css Color HEX #F08FEB Violet

📋 copy color: '#F08FEB'

red 240 ◦ green 143 ◦ blue 235

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

Shades of Violet #F08FEB

Tints of Violet #F08FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 38.83%
G = 23.14%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F08FEB (or 0xF08FEB) is known color: Violet. HEX triplet: F0, 8F and EB. RGB value is (240,143,235). Sum of RGB (Red+Green+Blue) = 240+143+235=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FEB is #0F7014. Grayscale: #B6B6B6. Windows color (decimal): -1011733 or 15437808. OLE color: 15437808.

HSL color Cylindrical-coordinate representation of color #F08FEB: hue angle of 303.09º 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 #F08FEB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 235 -
CMYK 0 0.40 0.02 0.06
HSL 303.09º 0.76% 0.75% -
HSV(B) 303.09º 0.4% 0.94% -
XYZ 60.75 44.17 83.92 -
YUV 182.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 240 143 235 0 0.40 0.02 0.06 303.09 0.76 0.75
Hex F0 8F EB 0 28 2 6 12F 4C 4B
Octal 360 217 353 0 50 2 6 457 114 113
Binary 11110000 10001111 11101011 0 101000 10 110 100101111 1001100 1001011

Color Harmonies of #F08FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FEB

Black with #F08FEB

Text Example


Text Example

White with #F08FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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