Html Css Color HEX #F481FF Fuchsia Pink

📋 copy color: '#F481FF'

red 244 ◦ green 129 ◦ blue 255

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

Shades of Fuchsia Pink #F481FF

Tints of Fuchsia Pink #F481FF

RGB

 RED value IS 244 (95.7% from 255) = 38.85%

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

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

R = 38.85%
G = 20.54%
B = 40.61%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F481FF (or 0xF481FF) is known color: Fuchsia Pink. HEX triplet: F4, 81 and FF. RGB value is (244,129,255). Sum of RGB (Red+Green+Blue) = 244+129+255=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 129 (50.78% from 255 or 20.54% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F481FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481FF is #0B7E00. Grayscale: #B1B1B1. Windows color (decimal): -753153 or 16744948. OLE color: 16744948.

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

Color convert

RGB 244 129 255 -
CMYK 0.04 0.49 0 0
HSL 294.76º 1% 0.75% -
HSV(B) 294.76º 0.49% 1% -
XYZ 63.21 42.15 99.41 -
YUV 177.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 244 129 255 0.04 0.49 0 0 294.76 1 0.75
Hex F4 81 FF 4 31 0 0 127 64 4B
Octal 364 201 377 4 61 0 0 447 144 113
Binary 11110100 10000001 11111111 100 110001 0 0 100100111 1100100 1001011

Color Harmonies of #F481FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481FF

Black with #F481FF

Text Example


Text Example

White with #F481FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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