Html Css Color HEX #F17CFD Fuchsia Pink

📋 copy color: '#F17CFD'

red 241 ◦ green 124 ◦ blue 253

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

Shades of Fuchsia Pink #F17CFD

Tints of Fuchsia Pink #F17CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 39%
G = 20.06%
B = 40.94%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F17CFD (or 0xF17CFD) is known color: Fuchsia Pink. HEX triplet: F1, 7C and FD. RGB value is (241,124,253). Sum of RGB (Red+Green+Blue) = 241+124+253=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #F17CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CFD is #0E8302. Grayscale: #ADADAD. Windows color (decimal): -951043 or 16612593. OLE color: 16612593.

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

Color convert

RGB 241 124 253 -
CMYK 0.05 0.51 0 0.01
HSL 294.42º 0.97% 0.74% -
HSV(B) 294.42º 0.51% 0.99% -
XYZ 61.21 40.21 97.46 -
YUV 173.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 241 124 253 0.05 0.51 0 0.01 294.42 0.97 0.74
Hex F1 7C FD 5 33 0 1 126 61 4A
Octal 361 174 375 5 63 0 1 446 141 112
Binary 11110001 1111100 11111101 101 110011 0 1 100100110 1100001 1001010

Color Harmonies of #F17CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CFD

Black with #F17CFD

Text Example


Text Example

White with #F17CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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