Html Css Color HEX #F07EFC Violet

📋 copy color: '#F07EFC'

red 240 ◦ green 126 ◦ blue 252

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

Shades of Violet #F07EFC

Tints of Violet #F07EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.39%

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

R = 38.83%
G = 20.39%
B = 40.78%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F07EFC (or 0xF07EFC) is known color: Violet. HEX triplet: F0, 7E and FC. RGB value is (240,126,252). Sum of RGB (Red+Green+Blue) = 240+126+252=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 126 (49.61% from 255 or 20.39% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #F07EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFC is #0F8103. Grayscale: #AEAEAE. Windows color (decimal): -1016068 or 16547568. OLE color: 16547568.

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

Color convert

RGB 240 126 252 -
CMYK 0.05 0.5 0 0.01
HSL 294.29º 0.95% 0.74% -
HSV(B) 294.29º 0.5% 0.99% -
XYZ 60.97 40.48 96.69 -
YUV 174.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 240 126 252 0.05 0.5 0 0.01 294.29 0.95 0.74
Hex F0 7E FC 5 32 0 1 126 5F 4A
Octal 360 176 374 5 62 0 1 446 137 112
Binary 11110000 1111110 11111100 101 110010 0 1 100100110 1011111 1001010

Color Harmonies of #F07EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EFC

Black with #F07EFC

Text Example


Text Example

White with #F07EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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