Html Css Color HEX #F081F1 Violet

📋 copy color: '#F081F1'

red 240 ◦ green 129 ◦ blue 241

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

Shades of Violet #F081F1

Tints of Violet #F081F1

RGB

 RED value IS 240 (94.14% from 255) = 39.34%

 GREEN value IS 129 (50.78% from 255) = 21.15%

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

R = 39.34%
G = 21.15%
B = 39.51%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F081F1 (or 0xF081F1) is known color: Violet. HEX triplet: F0, 81 and F1. RGB value is (240,129,241). Sum of RGB (Red+Green+Blue) = 240+129+241=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #F081F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081F1 is #0F7E0E. Grayscale: #AEAEAE. Windows color (decimal): -1015311 or 15827440. OLE color: 15827440.

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

Color convert

RGB 240 129 241 -
CMYK 0.00 0.46 0 0.05
HSL 299.46º 0.8% 0.73% -
HSV(B) 299.46º 0.46% 0.95% -
XYZ 59.66 40.58 87.91 -
YUV 174.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 240 129 241 0.00 0.46 0 0.05 299.46 0.8 0.73
Hex F0 81 F1 0 2E 0 5 12B 50 49
Octal 360 201 361 0 56 0 5 453 120 111
Binary 11110000 10000001 11110001 0 101110 0 101 100101011 1010000 1001001

Color Harmonies of #F081F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081F1

Black with #F081F1

Text Example


Text Example

White with #F081F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081F1; }

 p { color: rgb(240,129,241); }

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

background-color css

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

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

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

border-color css

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

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

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