Html Css Color HEX #FC628A Brink Pink

📋 copy color: '#FC628A'

red 252 ◦ green 98 ◦ blue 138

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

Shades of Brink Pink #FC628A

Tints of Brink Pink #FC628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 51.64%
G = 20.08%
B = 28.28%

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

#FC628A (or 0xFC628A) is known color: Brink Pink. HEX triplet: FC, 62 and 8A. RGB value is (252,98,138). Sum of RGB (Red+Green+Blue) = 252+98+138=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC628A is #039D75. Grayscale: #949494. Windows color (decimal): -236918 or 9069308. OLE color: 9069308.

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

Color convert

RGB 252 98 138 -
CMYK 0 0.61 0.45 0.01
HSL 344.42º 0.96% 0.69% -
HSV(B) 344.42º 0.61% 0.99% -
XYZ 49.1 31.27 27.49 -
YUV 148.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 252 98 138 0 0.61 0.45 0.01 344.42 0.96 0.69
Hex FC 62 8A 0 3D 2D 1 158 60 45
Octal 374 142 212 0 75 55 1 530 140 105
Binary 11111100 1100010 10001010 0 111101 101101 1 101011000 1100000 1000101

Color Harmonies of #FC628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC628A

Black with #FC628A

Text Example


Text Example

White with #FC628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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