Html Css Color HEX #FC7BF2 Fuchsia Pink

📋 copy color: '#FC7BF2'

red 252 ◦ green 123 ◦ blue 242

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

Shades of Fuchsia Pink #FC7BF2

Tints of Fuchsia Pink #FC7BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 40.84%
G = 19.94%
B = 39.22%

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

#FC7BF2 (or 0xFC7BF2) is known color: Fuchsia Pink. HEX triplet: FC, 7B and F2. RGB value is (252,123,242). Sum of RGB (Red+Green+Blue) = 252+123+242=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BF2 is #03840D. Grayscale: #AEAEAE. Windows color (decimal): -230414 or 15891452. OLE color: 15891452.

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

Color convert

RGB 252 123 242 -
CMYK 0 0.51 0.04 0.01
HSL 304.65º 0.96% 0.74% -
HSV(B) 304.65º 0.51% 0.99% -
XYZ 63.25 41.27 88.64 -
YUV 175.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 252 123 242 0 0.51 0.04 0.01 304.65 0.96 0.74
Hex FC 7B F2 0 33 4 1 131 60 4A
Octal 374 173 362 0 63 4 1 461 140 112
Binary 11111100 1111011 11110010 0 110011 100 1 100110001 1100000 1001010

Color Harmonies of #FC7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BF2

Black with #FC7BF2

Text Example


Text Example

White with #FC7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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