Html Css Color HEX #F17BFC Fuchsia Pink

📋 copy color: '#F17BFC'

red 241 ◦ green 123 ◦ blue 252

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

Shades of Fuchsia Pink #F17BFC

Tints of Fuchsia Pink #F17BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.97%

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

R = 39.12%
G = 19.97%
B = 40.91%

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

#F17BFC (or 0xF17BFC) is known color: Fuchsia Pink. HEX triplet: F1, 7B and FC. RGB value is (241,123,252). Sum of RGB (Red+Green+Blue) = 241+123+252=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 123 (48.44% from 255 or 19.97% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #F17BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BFC is #0E8403. Grayscale: #ACACAC. Windows color (decimal): -951300 or 16546801. OLE color: 16546801.

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

Color convert

RGB 241 123 252 -
CMYK 0.04 0.51 0 0.01
HSL 294.88º 0.96% 0.74% -
HSV(B) 294.88º 0.51% 0.99% -
XYZ 60.93 39.89 96.58 -
YUV 172.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 241 123 252 0.04 0.51 0 0.01 294.88 0.96 0.74
Hex F1 7B FC 4 33 0 1 127 60 4A
Octal 361 173 374 4 63 0 1 447 140 112
Binary 11110001 1111011 11111100 100 110011 0 1 100100111 1100000 1001010

Color Harmonies of #F17BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17BFC

Black with #F17BFC

Text Example


Text Example

White with #F17BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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