Html Css Color HEX #F081E6 Violet

📋 copy color: '#F081E6'

red 240 ◦ green 129 ◦ blue 230

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

Shades of Violet #F081E6

Tints of Violet #F081E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 40.07%
G = 21.54%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F081E6 (or 0xF081E6) is known color: Violet. HEX triplet: F0, 81 and E6. RGB value is (240,129,230). Sum of RGB (Red+Green+Blue) = 240+129+230=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081E6 is #0F7E19. Grayscale: #ADADAD. Windows color (decimal): -1015322 or 15106544. OLE color: 15106544.

HSL color Cylindrical-coordinate representation of color #F081E6: hue angle of 305.41º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081E6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 230 -
CMYK 0 0.46 0.04 0.06
HSL 305.41º 0.79% 0.72% -
HSV(B) 305.41º 0.46% 0.94% -
XYZ 58.07 39.94 79.51 -
YUV 173.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 240 129 230 0 0.46 0.04 0.06 305.41 0.79 0.72
Hex F0 81 E6 0 2E 4 6 131 4F 48
Octal 360 201 346 0 56 4 6 461 117 110
Binary 11110000 10000001 11100110 0 101110 100 110 100110001 1001111 1001000

Color Harmonies of #F081E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081E6

Black with #F081E6

Text Example


Text Example

White with #F081E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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