Html Css Color HEX #F978F1 Violet

📋 copy color: '#F978F1'

red 249 ◦ green 120 ◦ blue 241

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

Shades of Violet #F978F1

Tints of Violet #F978F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.67%

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

R = 40.82%
G = 19.67%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F978F1 (or 0xF978F1) is known color: Violet. HEX triplet: F9, 78 and F1. RGB value is (249,120,241). Sum of RGB (Red+Green+Blue) = 249+120+241=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 120 (47.27% from 255 or 19.67% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F1 is #06870E. Grayscale: #ACACAC. Windows color (decimal): -427791 or 15825145. OLE color: 15825145.

HSL color Cylindrical-coordinate representation of color #F978F1: hue angle of 303.72º degrees, saturation: 0.91, 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 #F978F1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 120 241 -
CMYK 0 0.52 0.03 0.02
HSL 303.72º 0.91% 0.72% -
HSV(B) 303.72º 0.52% 0.98% -
XYZ 61.66 39.92 87.68 -
YUV 172.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 249 120 241 0 0.52 0.03 0.02 303.72 0.91 0.72
Hex F9 78 F1 0 34 3 2 130 5B 48
Octal 371 170 361 0 64 3 2 460 133 110
Binary 11111001 1111000 11110001 0 110100 11 10 100110000 1011011 1001000

Color Harmonies of #F978F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978F1

Black with #F978F1

Text Example


Text Example

White with #F978F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978F1; }

 p { color: rgb(249,120,241); }

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

background-color css

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

 a { background-color: rgb(249,120,241); }

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

border-color css

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

 span { border-color: rgb(249,120,241); }

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