Html Css Color HEX #F180E7 Violet

📋 copy color: '#F180E7'

red 241 ◦ green 128 ◦ blue 231

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

Shades of Violet #F180E7

Tints of Violet #F180E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 40.17%
G = 21.33%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F180E7 (or 0xF180E7) is known color: Violet. HEX triplet: F1, 80 and E7. RGB value is (241,128,231). Sum of RGB (Red+Green+Blue) = 241+128+231=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180E7 is #0E7F18. Grayscale: #ADADAD. Windows color (decimal): -950041 or 15171825. OLE color: 15171825.

HSL color Cylindrical-coordinate representation of color #F180E7: hue angle of 305.31º 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 #F180E7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 231 -
CMYK 0 0.47 0.04 0.05
HSL 305.31º 0.8% 0.72% -
HSV(B) 305.31º 0.47% 0.95% -
XYZ 58.42 39.91 80.23 -
YUV 173.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 241 128 231 0 0.47 0.04 0.05 305.31 0.8 0.72
Hex F1 80 E7 0 2F 4 5 131 50 48
Octal 361 200 347 0 57 4 5 461 120 110
Binary 11110001 10000000 11100111 0 101111 100 101 100110001 1010000 1001000

Color Harmonies of #F180E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180E7

Black with #F180E7

Text Example


Text Example

White with #F180E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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