Html Css Color HEX #FC7BF3 Fuchsia Pink

📋 copy color: '#FC7BF3'

red 252 ◦ green 123 ◦ blue 243

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

Shades of Fuchsia Pink #FC7BF3

Tints of Fuchsia Pink #FC7BF3

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

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

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 40.78%
G = 19.9%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC7BF3 (or 0xFC7BF3) is known color: Fuchsia Pink. HEX triplet: FC, 7B and F3. RGB value is (252,123,243). Sum of RGB (Red+Green+Blue) = 252+123+243=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 123 (48.44% from 255 or 19.90% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BF3 is #03840C. Grayscale: #AEAEAE. Windows color (decimal): -230413 or 15956988. OLE color: 15956988.

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

Color convert

RGB 252 123 243 -
CMYK 0 0.51 0.04 0.01
HSL 304.19º 0.96% 0.74% -
HSV(B) 304.19º 0.51% 0.99% -
XYZ 63.41 41.33 89.43 -
YUV 175.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 252 123 243 0 0.51 0.04 0.01 304.19 0.96 0.74
Hex FC 7B F3 0 33 4 1 130 60 4A
Octal 374 173 363 0 63 4 1 460 140 112
Binary 11111100 1111011 11110011 0 110011 100 1 100110000 1100000 1001010

Color Harmonies of #FC7BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BF3

Black with #FC7BF3

Text Example


Text Example

White with #FC7BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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