Html Css Color HEX #F977F0 Violet

📋 copy color: '#F977F0'

red 249 ◦ green 119 ◦ blue 240

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

Shades of Violet #F977F0

Tints of Violet #F977F0

RGB

 RED value IS 249 (97.66% from 255) = 40.95%

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

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

R = 40.95%
G = 19.57%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F977F0 (or 0xF977F0) is known color: Violet. HEX triplet: F9, 77 and F0. RGB value is (249,119,240). Sum of RGB (Red+Green+Blue) = 249+119+240=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F977F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977F0 is #06880F. Grayscale: #ABABAB. Windows color (decimal): -428048 or 15759353. OLE color: 15759353.

HSL color Cylindrical-coordinate representation of color #F977F0: hue angle of 304.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977F0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 240 -
CMYK 0 0.52 0.04 0.02
HSL 304.15º 0.92% 0.72% -
HSV(B) 304.15º 0.52% 0.98% -
XYZ 61.39 39.62 86.85 -
YUV 171.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 249 119 240 0 0.52 0.04 0.02 304.15 0.92 0.72
Hex F9 77 F0 0 34 4 2 130 5C 48
Octal 371 167 360 0 64 4 2 460 134 110
Binary 11111001 1110111 11110000 0 110100 100 10 100110000 1011100 1001000

Color Harmonies of #F977F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977F0

Black with #F977F0

Text Example


Text Example

White with #F977F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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