Html Css Color HEX #F08CE9 Violet

📋 copy color: '#F08CE9'

red 240 ◦ green 140 ◦ blue 233

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

Shades of Violet #F08CE9

Tints of Violet #F08CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 39.15%
G = 22.84%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F08CE9 (or 0xF08CE9) is known color: Violet. HEX triplet: F0, 8C and E9. RGB value is (240,140,233). Sum of RGB (Red+Green+Blue) = 240+140+233=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE9 is #0F7316. Grayscale: #B4B4B4. Windows color (decimal): -1012503 or 15305968. OLE color: 15305968.

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

Color convert

RGB 240 140 233 -
CMYK 0 0.42 0.03 0.06
HSL 304.2º 0.77% 0.75% -
HSV(B) 304.2º 0.42% 0.94% -
XYZ 60.02 43.16 82.26 -
YUV 180.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 240 140 233 0 0.42 0.03 0.06 304.2 0.77 0.75
Hex F0 8C E9 0 2A 3 6 130 4D 4B
Octal 360 214 351 0 52 3 6 460 115 113
Binary 11110000 10001100 11101001 0 101010 11 110 100110000 1001101 1001011

Color Harmonies of #F08CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CE9

Black with #F08CE9

Text Example


Text Example

White with #F08CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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