Html Css Color HEX #F07CFC Violet

📋 copy color: '#F07CFC'

red 240 ◦ green 124 ◦ blue 252

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

Shades of Violet #F07CFC

Tints of Violet #F07CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 38.96%
G = 20.13%
B = 40.91%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F07CFC (or 0xF07CFC) is known color: Violet. HEX triplet: F0, 7C and FC. RGB value is (240,124,252). Sum of RGB (Red+Green+Blue) = 240+124+252=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #F07CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFC is #0F8303. Grayscale: #ACACAC. Windows color (decimal): -1016580 or 16547056. OLE color: 16547056.

HSL color Cylindrical-coordinate representation of color #F07CFC: hue angle of 294.38º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07CFC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 124 252 -
CMYK 0.05 0.51 0 0.01
HSL 294.38º 0.96% 0.74% -
HSV(B) 294.38º 0.51% 0.99% -
XYZ 60.71 39.97 96.61 -
YUV 173.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 240 124 252 0.05 0.51 0 0.01 294.38 0.96 0.74
Hex F0 7C FC 5 33 0 1 126 60 4A
Octal 360 174 374 5 63 0 1 446 140 112
Binary 11110000 1111100 11111100 101 110011 0 1 100100110 1100000 1001010

Color Harmonies of #F07CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CFC

Black with #F07CFC

Text Example


Text Example

White with #F07CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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