Html Css Color HEX #F379F1 Violet

📋 copy color: '#F379F1'

red 243 ◦ green 121 ◦ blue 241

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

Shades of Violet #F379F1

Tints of Violet #F379F1

RGB

 RED value IS 243 (95.31% from 255) = 40.17%

 GREEN value IS 121 (47.66% from 255) = 20%

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

R = 40.17%
G = 20%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F379F1 (or 0xF379F1) is known color: Violet. HEX triplet: F3, 79 and F1. RGB value is (243,121,241). Sum of RGB (Red+Green+Blue) = 243+121+241=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 121 (47.66% from 255 or 20% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F379F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379F1 is #0C860E. Grayscale: #AAAAAA. Windows color (decimal): -820751 or 15825395. OLE color: 15825395.

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

Color convert

RGB 243 121 241 -
CMYK 0 0.50 0.01 0.05
HSL 300.98º 0.84% 0.71% -
HSV(B) 300.98º 0.5% 0.95% -
XYZ 59.68 39.08 87.62 -
YUV 171.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 243 121 241 0 0.50 0.01 0.05 300.98 0.84 0.71
Hex F3 79 F1 0 32 1 5 12D 54 47
Octal 363 171 361 0 62 1 5 455 124 107
Binary 11110011 1111001 11110001 0 110010 1 101 100101101 1010100 1000111

Color Harmonies of #F379F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379F1

Black with #F379F1

Text Example


Text Example

White with #F379F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379F1; }

 p { color: rgb(243,121,241); }

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

background-color css

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

 a { background-color: rgb(243,121,241); }

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

border-color css

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

 span { border-color: rgb(243,121,241); }

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