Html Css Color HEX #F08CEB Violet

📋 copy color: '#F08CEB'

red 240 ◦ green 140 ◦ blue 235

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

Shades of Violet #F08CEB

Tints of Violet #F08CEB

RGB

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

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

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

R = 39.02%
G = 22.76%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F08CEB (or 0xF08CEB) is known color: Violet. HEX triplet: F0, 8C and EB. RGB value is (240,140,235). Sum of RGB (Red+Green+Blue) = 240+140+235=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CEB is #0F7314. Grayscale: #B4B4B4. Windows color (decimal): -1012501 or 15437040. OLE color: 15437040.

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

Color convert

RGB 240 140 235 -
CMYK 0 0.42 0.02 0.06
HSL 303º 0.77% 0.75% -
HSV(B) 303º 0.42% 0.94% -
XYZ 60.31 43.28 83.77 -
YUV 180.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 240 140 235 0 0.42 0.02 0.06 303 0.77 0.75
Hex F0 8C EB 0 2A 2 6 12F 4D 4B
Octal 360 214 353 0 52 2 6 457 115 113
Binary 11110000 10001100 11101011 0 101010 10 110 100101111 1001101 1001011

Color Harmonies of #F08CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CEB

Black with #F08CEB

Text Example


Text Example

White with #F08CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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