Html Css Color HEX #F479FF Fuchsia Pink

📋 copy color: '#F479FF'

red 244 ◦ green 121 ◦ blue 255

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

Shades of Fuchsia Pink #F479FF

Tints of Fuchsia Pink #F479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.52%

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

R = 39.35%
G = 19.52%
B = 41.13%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F479FF (or 0xF479FF) is known color: Fuchsia Pink. HEX triplet: F4, 79 and FF. RGB value is (244,121,255). Sum of RGB (Red+Green+Blue) = 244+121+255=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 121 (47.66% from 255 or 19.52% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F479FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F479FF is #0B8600. Grayscale: #ACACAC. Windows color (decimal): -755201 or 16742900. OLE color: 16742900.

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

Color convert

RGB 244 121 255 -
CMYK 0.04 0.53 0 0
HSL 295.07º 1% 0.74% -
HSV(B) 295.07º 0.53% 1% -
XYZ 62.2 40.13 99.08 -
YUV 173.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 244 121 255 0.04 0.53 0 0 295.07 1 0.74
Hex F4 79 FF 4 35 0 0 127 64 4A
Octal 364 171 377 4 65 0 0 447 144 112
Binary 11110100 1111001 11111111 100 110101 0 0 100100111 1100100 1001010

Color Harmonies of #F479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479FF

Black with #F479FF

Text Example


Text Example

White with #F479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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