Html Css Color HEX #F373FC Fuchsia Pink

📋 copy color: '#F373FC'

red 243 ◦ green 115 ◦ blue 252

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

Shades of Fuchsia Pink #F373FC

Tints of Fuchsia Pink #F373FC

RGB

 RED value IS 243 (95.31% from 255) = 39.84%

 GREEN value IS 115 (45.31% from 255) = 18.85%

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

R = 39.84%
G = 18.85%
B = 41.31%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F373FC (or 0xF373FC) is known color: Fuchsia Pink. HEX triplet: F3, 73 and FC. RGB value is (243,115,252). Sum of RGB (Red+Green+Blue) = 243+115+252=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #F373FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F373FC is #0C8C03. Grayscale: #A8A8A8. Windows color (decimal): -822276 or 16544755. OLE color: 16544755.

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

Color convert

RGB 243 115 252 -
CMYK 0.04 0.54 0 0.01
HSL 296.06º 0.96% 0.72% -
HSV(B) 296.06º 0.54% 0.99% -
XYZ 60.66 38.34 96.3 -
YUV 168.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 243 115 252 0.04 0.54 0 0.01 296.06 0.96 0.72
Hex F3 73 FC 4 36 0 1 128 60 48
Octal 363 163 374 4 66 0 1 450 140 110
Binary 11110011 1110011 11111100 100 110110 0 1 100101000 1100000 1001000

Color Harmonies of #F373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F373FC

Black with #F373FC

Text Example


Text Example

White with #F373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F373FC; }

 p { color: rgb(243,115,252); }

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

background-color css

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

 a { background-color: rgb(243,115,252); }

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

border-color css

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

 span { border-color: rgb(243,115,252); }

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