Html Css Color HEX #F07FEF Violet

📋 copy color: '#F07FEF'

red 240 ◦ green 127 ◦ blue 239

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

Shades of Violet #F07FEF

Tints of Violet #F07FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.96%

 BLUE value IS 239 (93.75% from 255) = 39.44%

R = 39.6%
G = 20.96%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F07FEF (or 0xF07FEF) is known color: Violet. HEX triplet: F0, 7F and EF. RGB value is (240,127,239). Sum of RGB (Red+Green+Blue) = 240+127+239=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FEF is #0F8010. Grayscale: #ADADAD. Windows color (decimal): -1015825 or 15695856. OLE color: 15695856.

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

Color convert

RGB 240 127 239 -
CMYK 0 0.47 0.00 0.06
HSL 300.53º 0.79% 0.72% -
HSV(B) 300.53º 0.47% 0.94% -
XYZ 59.1 39.94 86.25 -
YUV 173.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 240 127 239 0 0.47 0.00 0.06 300.53 0.79 0.72
Hex F0 7F EF 0 2F 0 6 12D 4F 48
Octal 360 177 357 0 57 0 6 455 117 110
Binary 11110000 1111111 11101111 0 101111 0 110 100101101 1001111 1001000

Color Harmonies of #F07FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FEF

Black with #F07FEF

Text Example


Text Example

White with #F07FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FEF; }

 p { color: rgb(240,127,239); }

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

background-color css

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

 a { background-color: rgb(240,127,239); }

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

border-color css

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

 span { border-color: rgb(240,127,239); }

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