Html Css Color HEX #F081FB Violet

📋 copy color: '#F081FB'

red 240 ◦ green 129 ◦ blue 251

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

Shades of Violet #F081FB

Tints of Violet #F081FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 38.71%
G = 20.81%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F081FB (or 0xF081FB) is known color: Violet. HEX triplet: F0, 81 and FB. RGB value is (240,129,251). Sum of RGB (Red+Green+Blue) = 240+129+251=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F081FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081FB is #0F7E04. Grayscale: #AFAFAF. Windows color (decimal): -1015301 or 16482800. OLE color: 16482800.

HSL color Cylindrical-coordinate representation of color #F081FB: hue angle of 294.59º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F081FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 129 251 -
CMYK 0.04 0.49 0 0.02
HSL 294.59º 0.94% 0.75% -
HSV(B) 294.59º 0.49% 0.98% -
XYZ 61.2 41.19 95.99 -
YUV 176.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 240 129 251 0.04 0.49 0 0.02 294.59 0.94 0.75
Hex F0 81 FB 4 31 0 2 127 5E 4B
Octal 360 201 373 4 61 0 2 447 136 113
Binary 11110000 10000001 11111011 100 110001 0 10 100100111 1011110 1001011

Color Harmonies of #F081FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081FB

Black with #F081FB

Text Example


Text Example

White with #F081FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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