Html Css Color HEX #F180F1 Violet

📋 copy color: '#F180F1'

red 241 ◦ green 128 ◦ blue 241

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

Shades of Violet #F180F1

Tints of Violet #F180F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.98%

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

R = 39.51%
G = 20.98%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F180F1 (or 0xF180F1) is known color: Violet. HEX triplet: F1, 80 and F1. RGB value is (241,128,241). Sum of RGB (Red+Green+Blue) = 241+128+241=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F180F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180F1 is #0E7F0E. Grayscale: #AEAEAE. Windows color (decimal): -950031 or 15827185. OLE color: 15827185.

HSL color Cylindrical-coordinate representation of color #F180F1: hue angle of 300º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180F1 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 241 -
CMYK 0 0.47 0 0.05
HSL 300º 0.8% 0.72% -
HSV(B) 300º 0.47% 0.95% -
XYZ 59.87 40.49 87.88 -
YUV 174.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 241 128 241 0 0.47 0 0.05 300 0.8 0.72
Hex F1 80 F1 0 2F 0 5 12C 50 48
Octal 361 200 361 0 57 0 5 454 120 110
Binary 11110001 10000000 11110001 0 101111 0 101 100101100 1010000 1001000

Color Harmonies of #F180F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180F1

Black with #F180F1

Text Example


Text Example

White with #F180F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180F1; }

 p { color: rgb(241,128,241); }

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

background-color css

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

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

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

border-color css

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

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

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