Html Css Color HEX #F07FF7 Violet

📋 copy color: '#F07FF7'

red 240 ◦ green 127 ◦ blue 247

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

Shades of Violet #F07FF7

Tints of Violet #F07FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.23%

R = 39.09%
G = 20.68%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F07FF7 (or 0xF07FF7) is known color: Violet. HEX triplet: F0, 7F and F7. RGB value is (240,127,247). Sum of RGB (Red+Green+Blue) = 240+127+247=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 127 (50% from 255 or 20.68% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #F07FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF7 is #0F8008. Grayscale: #AEAEAE. Windows color (decimal): -1015817 or 16220144. OLE color: 16220144.

HSL color Cylindrical-coordinate representation of color #F07FF7: hue angle of 296.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07FF7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 127 247 -
CMYK 0.03 0.49 0 0.03
HSL 296.5º 0.88% 0.73% -
HSV(B) 296.5º 0.49% 0.97% -
XYZ 60.31 40.42 92.62 -
YUV 174.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 240 127 247 0.03 0.49 0 0.03 296.5 0.88 0.73
Hex F0 7F F7 3 31 0 3 128 58 49
Octal 360 177 367 3 61 0 3 450 130 111
Binary 11110000 1111111 11110111 11 110001 0 11 100101000 1011000 1001001

Color Harmonies of #F07FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FF7

Black with #F07FF7

Text Example


Text Example

White with #F07FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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