Html Css Color HEX #F17CFC Fuchsia Pink

📋 copy color: '#F17CFC'

red 241 ◦ green 124 ◦ blue 252

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

Shades of Fuchsia Pink #F17CFC

Tints of Fuchsia Pink #F17CFC

RGB

 RED value IS 241 (94.53% from 255) = 39.06%

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

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

R = 39.06%
G = 20.1%
B = 40.84%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F17CFC (or 0xF17CFC) is known color: Fuchsia Pink. HEX triplet: F1, 7C and FC. RGB value is (241,124,252). Sum of RGB (Red+Green+Blue) = 241+124+252=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #F17CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CFC is #0E8303. Grayscale: #ADADAD. Windows color (decimal): -951044 or 16547057. OLE color: 16547057.

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

Color convert

RGB 241 124 252 -
CMYK 0.04 0.51 0 0.01
HSL 294.84º 0.96% 0.74% -
HSV(B) 294.84º 0.51% 0.99% -
XYZ 61.05 40.14 96.63 -
YUV 173.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 241 124 252 0.04 0.51 0 0.01 294.84 0.96 0.74
Hex F1 7C FC 4 33 0 1 127 60 4A
Octal 361 174 374 4 63 0 1 447 140 112
Binary 11110001 1111100 11111100 100 110011 0 1 100100111 1100000 1001010

Color Harmonies of #F17CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CFC

Black with #F17CFC

Text Example


Text Example

White with #F17CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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