Html Css Color HEX #F181FF Fuchsia Pink

📋 copy color: '#F181FF'

red 241 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #F181FF

Tints of Fuchsia Pink #F181FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 38.56%
G = 20.64%
B = 40.8%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F181FF (or 0xF181FF) is known color: Fuchsia Pink. HEX triplet: F1, 81 and FF. RGB value is (241,129,255). Sum of RGB (Red+Green+Blue) = 241+129+255=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F181FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181FF is #0E7E00. Grayscale: #B0B0B0. Windows color (decimal): -949761 or 16744945. OLE color: 16744945.

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

Color convert

RGB 241 129 255 -
CMYK 0.05 0.49 0 0
HSL 293.33º 1% 0.75% -
HSV(B) 293.33º 0.49% 1% -
XYZ 62.18 41.62 99.36 -
YUV 176.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 241 129 255 0.05 0.49 0 0 293.33 1 0.75
Hex F1 81 FF 5 31 0 0 125 64 4B
Octal 361 201 377 5 61 0 0 445 144 113
Binary 11110001 10000001 11111111 101 110001 0 0 100100101 1100100 1001011

Color Harmonies of #F181FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181FF

Black with #F181FF

Text Example


Text Example

White with #F181FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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