Html Css Color HEX #F77CF5 Violet

📋 copy color: '#F77CF5'

red 247 ◦ green 124 ◦ blue 245

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

Shades of Violet #F77CF5

Tints of Violet #F77CF5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.13%

 BLUE value IS 245 (96.09% from 255) = 39.77%

R = 40.1%
G = 20.13%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F77CF5 (or 0xF77CF5) is known color: Violet. HEX triplet: F7, 7C and F5. RGB value is (247,124,245). Sum of RGB (Red+Green+Blue) = 247+124+245=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CF5 is #08830A. Grayscale: #AEAEAE. Windows color (decimal): -557835 or 16088311. OLE color: 16088311.

HSL color Cylindrical-coordinate representation of color #F77CF5: hue angle of 300.98º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CF5 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 245 -
CMYK 0 0.50 0.01 0.03
HSL 300.98º 0.88% 0.73% -
HSV(B) 300.98º 0.5% 0.97% -
XYZ 62.05 40.78 90.99 -
YUV 174.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 247 124 245 0 0.50 0.01 0.03 300.98 0.88 0.73
Hex F7 7C F5 0 32 1 3 12D 58 49
Octal 367 174 365 0 62 1 3 455 130 111
Binary 11110111 1111100 11110101 0 110010 1 11 100101101 1011000 1001001

Color Harmonies of #F77CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CF5

Black with #F77CF5

Text Example


Text Example

White with #F77CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CF5; }

 p { color: rgb(247,124,245); }

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

background-color css

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

 a { background-color: rgb(247,124,245); }

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

border-color css

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

 span { border-color: rgb(247,124,245); }

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