Html Css Color HEX #FC6488 Brink Pink

📋 copy color: '#FC6488'

red 252 ◦ green 100 ◦ blue 136

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

Shades of Brink Pink #FC6488

Tints of Brink Pink #FC6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 51.64%
G = 20.49%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC6488 (or 0xFC6488) is known color: Brink Pink. HEX triplet: FC, 64 and 88. RGB value is (252,100,136). Sum of RGB (Red+Green+Blue) = 252+100+136=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6488 is #039B77. Grayscale: #959595. Windows color (decimal): -236408 or 8938748. OLE color: 8938748.

HSL color Cylindrical-coordinate representation of color #FC6488: hue angle of 345.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6488 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 136 -
CMYK 0 0.60 0.46 0.01
HSL 345.79º 0.96% 0.69% -
HSV(B) 345.79º 0.6% 0.99% -
XYZ 49.15 31.59 26.8 -
YUV 149.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 252 100 136 0 0.60 0.46 0.01 345.79 0.96 0.69
Hex FC 64 88 0 3C 2E 1 15A 60 45
Octal 374 144 210 0 74 56 1 532 140 105
Binary 11111100 1100100 10001000 0 111100 101110 1 101011010 1100000 1000101

Color Harmonies of #FC6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6488

Black with #FC6488

Text Example


Text Example

White with #FC6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6488; }

 p { color: rgb(252,100,136); }

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

background-color css

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

 a { background-color: rgb(252,100,136); }

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

border-color css

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

 span { border-color: rgb(252,100,136); }

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