Html Css Color HEX #F47AFA Fuchsia Pink

📋 copy color: '#F47AFA'

red 244 ◦ green 122 ◦ blue 250

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

Shades of Fuchsia Pink #F47AFA

Tints of Fuchsia Pink #F47AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.81%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 39.61%
G = 19.81%
B = 40.58%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F47AFA (or 0xF47AFA) is known color: Fuchsia Pink. HEX triplet: F4, 7A and FA. RGB value is (244,122,250). Sum of RGB (Red+Green+Blue) = 244+122+250=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 122 (48.05% from 255 or 19.81% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #F47AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47AFA is #0B8505. Grayscale: #ACACAC. Windows color (decimal): -754950 or 16415476. OLE color: 16415476.

HSL color Cylindrical-coordinate representation of color #F47AFA: hue angle of 297.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47AFA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 122 250 -
CMYK 0.02 0.51 0 0.02
HSL 297.19º 0.93% 0.73% -
HSV(B) 297.19º 0.51% 0.98% -
XYZ 61.52 40.05 94.93 -
YUV 173.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 244 122 250 0.02 0.51 0 0.02 297.19 0.93 0.73
Hex F4 7A FA 2 33 0 2 129 5D 49
Octal 364 172 372 2 63 0 2 451 135 111
Binary 11110100 1111010 11111010 10 110011 0 10 100101001 1011101 1001001

Color Harmonies of #F47AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AFA

Black with #F47AFA

Text Example


Text Example

White with #F47AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AFA; }

 p { color: rgb(244,122,250); }

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

background-color css

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

 a { background-color: rgb(244,122,250); }

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

border-color css

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

 span { border-color: rgb(244,122,250); }

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