Html Css Color HEX #F07DFA Violet

📋 copy color: '#F07DFA'

red 240 ◦ green 125 ◦ blue 250

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

Shades of Violet #F07DFA

Tints of Violet #F07DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 39.02%
G = 20.33%
B = 40.65%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F07DFA (or 0xF07DFA) is known color: Violet. HEX triplet: F0, 7D and FA. RGB value is (240,125,250). Sum of RGB (Red+Green+Blue) = 240+125+250=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F07DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DFA is #0F8205. Grayscale: #ADADAD. Windows color (decimal): -1016326 or 16416240. OLE color: 16416240.

HSL color Cylindrical-coordinate representation of color #F07DFA: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07DFA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 125 250 -
CMYK 0.04 0.50 0 0.02
HSL 295.2º 0.93% 0.74% -
HSV(B) 295.2º 0.5% 0.98% -
XYZ 60.52 40.09 94.99 -
YUV 173.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 240 125 250 0.04 0.50 0 0.02 295.2 0.93 0.74
Hex F0 7D FA 4 32 0 2 127 5D 4A
Octal 360 175 372 4 62 0 2 447 135 112
Binary 11110000 1111101 11111010 100 110010 0 10 100100111 1011101 1001010

Color Harmonies of #F07DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DFA

Black with #F07DFA

Text Example


Text Example

White with #F07DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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