Html Css Color HEX #F077F1 Violet

📋 copy color: '#F077F1'

red 240 ◦ green 119 ◦ blue 241

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

Shades of Violet #F077F1

Tints of Violet #F077F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 40%
G = 19.83%
B = 40.17%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F077F1 (or 0xF077F1) is known color: Violet. HEX triplet: F0, 77 and F1. RGB value is (240,119,241). Sum of RGB (Red+Green+Blue) = 240+119+241=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #F077F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F1 is #0F880E. Grayscale: #A8A8A8. Windows color (decimal): -1017871 or 15824880. OLE color: 15824880.

HSL color Cylindrical-coordinate representation of color #F077F1: hue angle of 299.51º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F077F1 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 119 241 -
CMYK 0.00 0.51 0 0.05
HSL 299.51º 0.81% 0.71% -
HSV(B) 299.51º 0.51% 0.95% -
XYZ 58.41 38.07 87.49 -
YUV 169.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 240 119 241 0.00 0.51 0 0.05 299.51 0.81 0.71
Hex F0 77 F1 0 33 0 5 12C 51 47
Octal 360 167 361 0 63 0 5 454 121 107
Binary 11110000 1110111 11110001 0 110011 0 101 100101100 1010001 1000111

Color Harmonies of #F077F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077F1

Black with #F077F1

Text Example


Text Example

White with #F077F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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