Html Css Color HEX #F07CF7 Violet

📋 copy color: '#F07CF7'

red 240 ◦ green 124 ◦ blue 247

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

Shades of Violet #F07CF7

Tints of Violet #F07CF7

RGB

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

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

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

R = 39.28%
G = 20.29%
B = 40.43%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F07CF7 (or 0xF07CF7) is known color: Violet. HEX triplet: F0, 7C and F7. RGB value is (240,124,247). Sum of RGB (Red+Green+Blue) = 240+124+247=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #F07CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF7 is #0F8308. Grayscale: #ACACAC. Windows color (decimal): -1016585 or 16219376. OLE color: 16219376.

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

Color convert

RGB 240 124 247 -
CMYK 0.03 0.50 0 0.03
HSL 296.59º 0.88% 0.73% -
HSV(B) 296.59º 0.5% 0.97% -
XYZ 59.93 39.66 92.49 -
YUV 172.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 240 124 247 0.03 0.50 0 0.03 296.59 0.88 0.73
Hex F0 7C F7 3 32 0 3 129 58 49
Octal 360 174 367 3 62 0 3 451 130 111
Binary 11110000 1111100 11110111 11 110010 0 11 100101001 1011000 1001001

Color Harmonies of #F07CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CF7

Black with #F07CF7

Text Example


Text Example

White with #F07CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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