Html Css Color HEX #F478FF Fuchsia Pink

📋 copy color: '#F478FF'

red 244 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #F478FF

Tints of Fuchsia Pink #F478FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.39%

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

R = 39.42%
G = 19.39%
B = 41.2%

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

#F478FF (or 0xF478FF) is known color: Fuchsia Pink. HEX triplet: F4, 78 and FF. RGB value is (244,120,255). Sum of RGB (Red+Green+Blue) = 244+120+255=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 120 (47.27% from 255 or 19.39% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F478FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F478FF is #0B8700. Grayscale: #ACACAC. Windows color (decimal): -755457 or 16742644. OLE color: 16742644.

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

Color convert

RGB 244 120 255 -
CMYK 0.04 0.53 0 0
HSL 295.11º 1% 0.74% -
HSV(B) 295.11º 0.53% 1% -
XYZ 62.07 39.89 99.03 -
YUV 172.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 244 120 255 0.04 0.53 0 0 295.11 1 0.74
Hex F4 78 FF 4 35 0 0 127 64 4A
Octal 364 170 377 4 65 0 0 447 144 112
Binary 11110100 1111000 11111111 100 110101 0 0 100100111 1100100 1001010

Color Harmonies of #F478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F478FF

Black with #F478FF

Text Example


Text Example

White with #F478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F478FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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