Html Css Color HEX #F07FFA Violet

📋 copy color: '#F07FFA'

red 240 ◦ green 127 ◦ blue 250

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

Shades of Violet #F07FFA

Tints of Violet #F07FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 20.58%

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

R = 38.9%
G = 20.58%
B = 40.52%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F07FFA (or 0xF07FFA) is known color: Violet. HEX triplet: F0, 7F and FA. RGB value is (240,127,250). Sum of RGB (Red+Green+Blue) = 240+127+250=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #F07FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FFA is #0F8005. Grayscale: #AEAEAE. Windows color (decimal): -1015814 or 16416752. OLE color: 16416752.

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

Color convert

RGB 240 127 250 -
CMYK 0.04 0.49 0 0.02
HSL 295.12º 0.92% 0.74% -
HSV(B) 295.12º 0.49% 0.98% -
XYZ 60.78 40.61 95.08 -
YUV 174.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 240 127 250 0.04 0.49 0 0.02 295.12 0.92 0.74
Hex F0 7F FA 4 31 0 2 127 5C 4A
Octal 360 177 372 4 61 0 2 447 134 112
Binary 11110000 1111111 11111010 100 110001 0 10 100100111 1011100 1001010

Color Harmonies of #F07FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FFA

Black with #F07FFA

Text Example


Text Example

White with #F07FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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