Html Css Color HEX #F07BEC Violet

📋 copy color: '#F07BEC'

red 240 ◦ green 123 ◦ blue 236

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

Shades of Violet #F07BEC

Tints of Violet #F07BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.53%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 40.07%
G = 20.53%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F07BEC (or 0xF07BEC) is known color: Violet. HEX triplet: F0, 7B and EC. RGB value is (240,123,236). Sum of RGB (Red+Green+Blue) = 240+123+236=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BEC is #0F8413. Grayscale: #AAAAAA. Windows color (decimal): -1016852 or 15498224. OLE color: 15498224.

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

Color convert

RGB 240 123 236 -
CMYK 0 0.49 0.02 0.06
HSL 302.05º 0.8% 0.71% -
HSV(B) 302.05º 0.49% 0.94% -
XYZ 58.16 38.75 83.77 -
YUV 170.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 240 123 236 0 0.49 0.02 0.06 302.05 0.8 0.71
Hex F0 7B EC 0 31 2 6 12E 50 47
Octal 360 173 354 0 61 2 6 456 120 107
Binary 11110000 1111011 11101100 0 110001 10 110 100101110 1010000 1000111

Color Harmonies of #F07BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BEC

Black with #F07BEC

Text Example


Text Example

White with #F07BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BEC; }

 p { color: rgb(240,123,236); }

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

background-color css

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

 a { background-color: rgb(240,123,236); }

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

border-color css

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

 span { border-color: rgb(240,123,236); }

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