Html Css Color HEX #F07CF4 Violet

📋 copy color: '#F07CF4'

red 240 ◦ green 124 ◦ blue 244

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

Shades of Violet #F07CF4

Tints of Violet #F07CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.13%

R = 39.47%
G = 20.39%
B = 40.13%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F07CF4 (or 0xF07CF4) is known color: Violet. HEX triplet: F0, 7C and F4. RGB value is (240,124,244). Sum of RGB (Red+Green+Blue) = 240+124+244=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #F07CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF4 is #0F830B. Grayscale: #ACACAC. Windows color (decimal): -1016588 or 16022768. OLE color: 16022768.

HSL color Cylindrical-coordinate representation of color #F07CF4: hue angle of 298º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07CF4 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 124 244 -
CMYK 0.02 0.49 0 0.04
HSL 298º 0.85% 0.72% -
HSV(B) 298º 0.49% 0.96% -
XYZ 59.47 39.47 90.07 -
YUV 172.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 240 124 244 0.02 0.49 0 0.04 298 0.85 0.72
Hex F0 7C F4 2 31 0 4 12A 55 48
Octal 360 174 364 2 61 0 4 452 125 110
Binary 11110000 1111100 11110100 10 110001 0 100 100101010 1010101 1001000

Color Harmonies of #F07CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CF4

Black with #F07CF4

Text Example


Text Example

White with #F07CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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