Html Css Color HEX #F07FF9 Violet

📋 copy color: '#F07FF9'

red 240 ◦ green 127 ◦ blue 249

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

Shades of Violet #F07FF9

Tints of Violet #F07FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 38.96%
G = 20.62%
B = 40.42%

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

#F07FF9 (or 0xF07FF9) is known color: Violet. HEX triplet: F0, 7F and F9. RGB value is (240,127,249). Sum of RGB (Red+Green+Blue) = 240+127+249=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #F07FF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF9 is #0F8006. Grayscale: #AEAEAE. Windows color (decimal): -1015815 or 16351216. OLE color: 16351216.

HSL color Cylindrical-coordinate representation of color #F07FF9: hue angle of 295.57º degrees, saturation: 0.91, 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 #F07FF9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 127 249 -
CMYK 0.04 0.49 0 0.02
HSL 295.57º 0.91% 0.74% -
HSV(B) 295.57º 0.49% 0.98% -
XYZ 60.62 40.54 94.25 -
YUV 174.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 240 127 249 0.04 0.49 0 0.02 295.57 0.91 0.74
Hex F0 7F F9 4 31 0 2 128 5B 4A
Octal 360 177 371 4 61 0 2 450 133 112
Binary 11110000 1111111 11111001 100 110001 0 10 100101000 1011011 1001010

Color Harmonies of #F07FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FF9

Black with #F07FF9

Text Example


Text Example

White with #F07FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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