Html Css Color HEX #F06CEB Violet

📋 copy color: '#F06CEB'

red 240 ◦ green 108 ◦ blue 235

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

Shades of Violet #F06CEB

Tints of Violet #F06CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.52%

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

R = 41.17%
G = 18.52%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F06CEB (or 0xF06CEB) is known color: Violet. HEX triplet: F0, 6C and EB. RGB value is (240,108,235). Sum of RGB (Red+Green+Blue) = 240+108+235=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CEB is #0F9314. Grayscale: #A1A1A1. Windows color (decimal): -1020693 or 15428848. OLE color: 15428848.

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

Color convert

RGB 240 108 235 -
CMYK 0 0.55 0.02 0.06
HSL 302.27º 0.81% 0.68% -
HSV(B) 302.27º 0.55% 0.94% -
XYZ 56.29 35.25 82.43 -
YUV 161.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 240 108 235 0 0.55 0.02 0.06 302.27 0.81 0.68
Hex F0 6C EB 0 37 2 6 12E 51 44
Octal 360 154 353 0 67 2 6 456 121 104
Binary 11110000 1101100 11101011 0 110111 10 110 100101110 1010001 1000100

Color Harmonies of #F06CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CEB

Black with #F06CEB

Text Example


Text Example

White with #F06CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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