Html Css Color HEX #F47FFF Fuchsia Pink

📋 copy color: '#F47FFF'

red 244 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #F47FFF

Tints of Fuchsia Pink #F47FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.29%

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

R = 38.98%
G = 20.29%
B = 40.73%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F47FFF (or 0xF47FFF) is known color: Fuchsia Pink. HEX triplet: F4, 7F and FF. RGB value is (244,127,255). Sum of RGB (Red+Green+Blue) = 244+127+255=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 127 (50% from 255 or 20.29% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F47FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47FFF is #0B8000. Grayscale: #B0B0B0. Windows color (decimal): -753665 or 16744436. OLE color: 16744436.

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

Color convert

RGB 244 127 255 -
CMYK 0.04 0.50 0 0
HSL 294.84º 1% 0.75% -
HSV(B) 294.84º 0.5% 1% -
XYZ 62.95 41.63 99.33 -
YUV 176.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 244 127 255 0.04 0.50 0 0 294.84 1 0.75
Hex F4 7F FF 4 32 0 0 127 64 4B
Octal 364 177 377 4 62 0 0 447 144 113
Binary 11110100 1111111 11111111 100 110010 0 0 100100111 1100100 1001011

Color Harmonies of #F47FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FFF

Black with #F47FFF

Text Example


Text Example

White with #F47FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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