Html Css Color HEX #F473FE Fuchsia Pink

📋 copy color: '#F473FE'

red 244 ◦ green 115 ◦ blue 254

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

Shades of Fuchsia Pink #F473FE

Tints of Fuchsia Pink #F473FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 39.8%
G = 18.76%
B = 41.44%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F473FE (or 0xF473FE) is known color: Fuchsia Pink. HEX triplet: F4, 73 and FE. RGB value is (244,115,254). Sum of RGB (Red+Green+Blue) = 244+115+254=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 115 (45.31% from 255 or 18.76% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F473FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F473FE is #0B8C01. Grayscale: #A8A8A8. Windows color (decimal): -756738 or 16675828. OLE color: 16675828.

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

Color convert

RGB 244 115 254 -
CMYK 0.04 0.55 0 0.00
HSL 295.68º 0.99% 0.72% -
HSV(B) 295.68º 0.55% 1% -
XYZ 61.33 38.65 97.99 -
YUV 169.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 244 115 254 0.04 0.55 0 0.00 295.68 0.99 0.72
Hex F4 73 FE 4 37 0 0 128 63 48
Octal 364 163 376 4 67 0 0 450 143 110
Binary 11110100 1110011 11111110 100 110111 0 0 100101000 1100011 1001000

Color Harmonies of #F473FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F473FE

Black with #F473FE

Text Example


Text Example

White with #F473FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F473FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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