Html Css Color HEX #F777F0 Violet

📋 copy color: '#F777F0'

red 247 ◦ green 119 ◦ blue 240

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

Shades of Violet #F777F0

Tints of Violet #F777F0

RGB

 RED value IS 247 (96.88% from 255) = 40.76%

 GREEN value IS 119 (46.88% from 255) = 19.64%

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 40.76%
G = 19.64%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F777F0 (or 0xF777F0) is known color: Violet. HEX triplet: F7, 77 and F0. RGB value is (247,119,240). Sum of RGB (Red+Green+Blue) = 247+119+240=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F777F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F777F0 is #08880F. Grayscale: #AAAAAA. Windows color (decimal): -559120 or 15759351. OLE color: 15759351.

HSL color Cylindrical-coordinate representation of color #F777F0: hue angle of 303.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777F0 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 119 240 -
CMYK 0 0.52 0.03 0.03
HSL 303.28º 0.89% 0.72% -
HSV(B) 303.28º 0.52% 0.97% -
XYZ 60.68 39.26 86.82 -
YUV 171.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 247 119 240 0 0.52 0.03 0.03 303.28 0.89 0.72
Hex F7 77 F0 0 34 3 3 12F 59 48
Octal 367 167 360 0 64 3 3 457 131 110
Binary 11110111 1110111 11110000 0 110100 11 11 100101111 1011001 1001000

Color Harmonies of #F777F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777F0

Black with #F777F0

Text Example


Text Example

White with #F777F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777F0; }

 p { color: rgb(247,119,240); }

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

background-color css

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

 a { background-color: rgb(247,119,240); }

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

border-color css

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

 span { border-color: rgb(247,119,240); }

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