Html Css Color HEX #F473FF Fuchsia Pink

📋 copy color: '#F473FF'

red 244 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #F473FF

Tints of Fuchsia Pink #F473FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.73%

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

R = 39.74%
G = 18.73%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F473FF (or 0xF473FF) is known color: Fuchsia Pink. HEX triplet: F4, 73 and FF. RGB value is (244,115,255). Sum of RGB (Red+Green+Blue) = 244+115+255=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 115 (45.31% from 255 or 18.73% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F473FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F473FF is #0B8C00. Grayscale: #A9A9A9. Windows color (decimal): -756737 or 16741364. OLE color: 16741364.

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

Color convert

RGB 244 115 255 -
CMYK 0.04 0.55 0 0
HSL 295.29º 1% 0.73% -
HSV(B) 295.29º 0.55% 1% -
XYZ 61.49 38.71 98.84 -
YUV 169.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 244 115 255 0.04 0.55 0 0 295.29 1 0.73
Hex F4 73 FF 4 37 0 0 127 64 49
Octal 364 163 377 4 67 0 0 447 144 111
Binary 11110100 1110011 11111111 100 110111 0 0 100100111 1100100 1001001

Color Harmonies of #F473FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F473FF

Black with #F473FF

Text Example


Text Example

White with #F473FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F473FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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