Html Css Color HEX #F47CFC Fuchsia Pink

📋 copy color: '#F47CFC'

red 244 ◦ green 124 ◦ blue 252

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

Shades of Fuchsia Pink #F47CFC

Tints of Fuchsia Pink #F47CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 39.35%
G = 20%
B = 40.65%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F47CFC (or 0xF47CFC) is known color: Fuchsia Pink. HEX triplet: F4, 7C and FC. RGB value is (244,124,252). Sum of RGB (Red+Green+Blue) = 244+124+252=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #F47CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47CFC is #0B8303. Grayscale: #AEAEAE. Windows color (decimal): -754436 or 16547060. OLE color: 16547060.

HSL color Cylindrical-coordinate representation of color #F47CFC: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47CFC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 124 252 -
CMYK 0.03 0.51 0 0.01
HSL 296.25º 0.96% 0.74% -
HSV(B) 296.25º 0.51% 0.99% -
XYZ 62.09 40.68 96.67 -
YUV 174.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 244 124 252 0.03 0.51 0 0.01 296.25 0.96 0.74
Hex F4 7C FC 3 33 0 1 128 60 4A
Octal 364 174 374 3 63 0 1 450 140 112
Binary 11110100 1111100 11111100 11 110011 0 1 100101000 1100000 1001010

Color Harmonies of #F47CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47CFC

Black with #F47CFC

Text Example


Text Example

White with #F47CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47CFC; }

 p { color: rgb(244,124,252); }

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

background-color css

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

 a { background-color: rgb(244,124,252); }

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

border-color css

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

 span { border-color: rgb(244,124,252); }

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