Html Css Color HEX #F07DFC Violet

📋 copy color: '#F07DFC'

red 240 ◦ green 125 ◦ blue 252

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

Shades of Violet #F07DFC

Tints of Violet #F07DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.26%

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

R = 38.9%
G = 20.26%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F07DFC (or 0xF07DFC) is known color: Violet. HEX triplet: F0, 7D and FC. RGB value is (240,125,252). Sum of RGB (Red+Green+Blue) = 240+125+252=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #F07DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DFC is #0F8203. Grayscale: #ADADAD. Windows color (decimal): -1016324 or 16547312. OLE color: 16547312.

HSL color Cylindrical-coordinate representation of color #F07DFC: hue angle of 294.33º 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 #F07DFC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 125 252 -
CMYK 0.05 0.50 0 0.01
HSL 294.33º 0.95% 0.74% -
HSV(B) 294.33º 0.5% 0.99% -
XYZ 60.84 40.22 96.65 -
YUV 173.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 240 125 252 0.05 0.50 0 0.01 294.33 0.95 0.74
Hex F0 7D FC 5 32 0 1 126 5F 4A
Octal 360 175 374 5 62 0 1 446 137 112
Binary 11110000 1111101 11111100 101 110010 0 1 100100110 1011111 1001010

Color Harmonies of #F07DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DFC

Black with #F07DFC

Text Example


Text Example

White with #F07DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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