Html Css Color HEX #FC628B Brink Pink

📋 copy color: '#FC628B'

red 252 ◦ green 98 ◦ blue 139

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

Shades of Brink Pink #FC628B

Tints of Brink Pink #FC628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 51.53%
G = 20.04%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC628B (or 0xFC628B) is known color: Brink Pink. HEX triplet: FC, 62 and 8B. RGB value is (252,98,139). Sum of RGB (Red+Green+Blue) = 252+98+139=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC628B is #039D74. Grayscale: #949494. Windows color (decimal): -236917 or 9134844. OLE color: 9134844.

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

Color convert

RGB 252 98 139 -
CMYK 0 0.61 0.45 0.01
HSL 344.03º 0.96% 0.69% -
HSV(B) 344.03º 0.61% 0.99% -
XYZ 49.17 31.29 27.87 -
YUV 148.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 252 98 139 0 0.61 0.45 0.01 344.03 0.96 0.69
Hex FC 62 8B 0 3D 2D 1 158 60 45
Octal 374 142 213 0 75 55 1 530 140 105
Binary 11111100 1100010 10001011 0 111101 101101 1 101011000 1100000 1000101

Color Harmonies of #FC628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC628B

Black with #FC628B

Text Example


Text Example

White with #FC628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC628B; }

 p { color: rgb(252,98,139); }

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

background-color css

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

 a { background-color: rgb(252,98,139); }

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

border-color css

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

 span { border-color: rgb(252,98,139); }

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