Html Css Color HEX #F077F2 Violet

📋 copy color: '#F077F2'

red 240 ◦ green 119 ◦ blue 242

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

Shades of Violet #F077F2

Tints of Violet #F077F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.27%

R = 39.93%
G = 19.8%
B = 40.27%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F077F2 (or 0xF077F2) is known color: Violet. HEX triplet: F0, 77 and F2. RGB value is (240,119,242). Sum of RGB (Red+Green+Blue) = 240+119+242=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #F077F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F2 is #0F880D. Grayscale: #A8A8A8. Windows color (decimal): -1017870 or 15890416. OLE color: 15890416.

HSL color Cylindrical-coordinate representation of color #F077F2: hue angle of 299.02º degrees, saturation: 0.83, 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 #F077F2 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 119 242 -
CMYK 0.01 0.51 0 0.05
HSL 299.02º 0.83% 0.71% -
HSV(B) 299.02º 0.51% 0.95% -
XYZ 58.56 38.13 88.28 -
YUV 169.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 240 119 242 0.01 0.51 0 0.05 299.02 0.83 0.71
Hex F0 77 F2 1 33 0 5 12B 53 47
Octal 360 167 362 1 63 0 5 453 123 107
Binary 11110000 1110111 11110010 1 110011 0 101 100101011 1010011 1000111

Color Harmonies of #F077F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077F2

Black with #F077F2

Text Example


Text Example

White with #F077F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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