Html Css Color HEX #F07CEB Violet

📋 copy color: '#F07CEB'

red 240 ◦ green 124 ◦ blue 235

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

Shades of Violet #F07CEB

Tints of Violet #F07CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.7%

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

R = 40.07%
G = 20.7%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F07CEB (or 0xF07CEB) is known color: Violet. HEX triplet: F0, 7C and EB. RGB value is (240,124,235). Sum of RGB (Red+Green+Blue) = 240+124+235=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CEB is #0F8314. Grayscale: #ABABAB. Windows color (decimal): -1016597 or 15432944. OLE color: 15432944.

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

Color convert

RGB 240 124 235 -
CMYK 0 0.48 0.02 0.06
HSL 302.59º 0.79% 0.71% -
HSV(B) 302.59º 0.48% 0.94% -
XYZ 58.14 38.94 83.05 -
YUV 171.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 240 124 235 0 0.48 0.02 0.06 302.59 0.79 0.71
Hex F0 7C EB 0 30 2 6 12F 4F 47
Octal 360 174 353 0 60 2 6 457 117 107
Binary 11110000 1111100 11101011 0 110000 10 110 100101111 1001111 1000111

Color Harmonies of #F07CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CEB

Black with #F07CEB

Text Example


Text Example

White with #F07CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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